mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
alpine: Update to 2.21.999 and update URLS
alpine seems to have a new home. Only a git repository now. No release tarballs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -8,17 +8,21 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=alpine
|
||||
PKG_VERSION:=2.20
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=2.21.999
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=http://patches.freeiz.com/alpine/release/src/
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_HASH:=ed639b6e5bb97e6b0645c85262ca6a784316195d461ce8d8411999bf80449227
|
||||
PKG_SOURCE_URL:=http://repo.or.cz/alpine.git
|
||||
PKG_SOURCE_VERSION:=349642a84039a4b026513c32a3b4f8594acd50df
|
||||
PKG_MIRROR_HASH:=8db14c4ae14329a7cffc8ea5099b7fa5c7adf79ca03893b23b1a8c45b847e5af
|
||||
|
||||
PKG_MAINTAINER:=Antti Seppälä <a.seppala@gmail.com>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user