Skip to content

Commit

Permalink
libs: fcgi: move away from codeload
Browse files Browse the repository at this point in the history
Move away from codeload as requested during the review due to ongoing
issues with this service.

Signed-off-by: Petr Štetiar <[email protected]>
  • Loading branch information
ynezz committed Jul 17, 2024
1 parent 2a09fa2 commit 904756d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/fcgi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=fcgi
PKG_VERSION:=2.4.2
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)2-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/FastCGI-Archives/fcgi2/tar.gz/$(PKG_VERSION)?
PKG_HASH:=1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)2-$(PKG_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/FastCGI-Archives/fcgi2
PKG_MIRROR_HASH:=2b5f70848eca3afe7997a337e3a87e2dd27c7f39b7ed0e72916389b1b63634a7

PKG_MAINTAINER:=Petr Štetiar <[email protected]>
PKG_LICENSE:=MIT
Expand Down

0 comments on commit 904756d

Please sign in to comment.