diff options
-rw-r--r-- | libb64/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libb64/Makefile b/libb64/Makefile index bdad936..5b86800 100644 --- a/libb64/Makefile +++ b/libb64/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libb64 -PKG_VERSION:=1.2.1 -PKG_RELEASE:=2 +PKG_VERSION:=2.0.0 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip -PKG_SOURCE_URL:=https://sourceforge.net/projects/libb64/files -PKG_HASH:=20106f0ba95cfd9c35a13c71206643e3fb3e46512df3e2efb2fdbf87116314b2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://codeload.github.com/libb64/libb64/tar.gz/v$(PKG_VERSION)? +PKG_HASH:=28c43c47674409fc50e7145d4c2d26dc1f3d200889c41205e7812c2b67f26382 PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> |