Browse Source
Merge pull request #7994 from neheb/patch-11
gzip: Update to 1.10
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
utils/gzip/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=gzip |
|
|
|
PKG_VERSION:=1.9 |
|
|
|
PKG_VERSION:=1.10 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=@GNU/gzip |
|
|
|
PKG_HASH:=ae506144fc198bd8f81f1f4ad19ce63d5a2d65e42333255977cf1dcf1479089a |
|
|
|
PKG_HASH:=8425ccac99872d544d4310305f915f5ea81e04d0f437ef1a230dc9d1c819d7c0 |
|
|
|
PKG_LICENSE:=GPL-3.0+ |
|
|
|
|
|
|
|
PKG_BUILD_PARALLEL:=1 |
|
|
|