diff options
author | Karel Kočí <cynerd@email.cz> | 2020-06-21 21:32:02 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-06-21 21:32:02 +0200 |
commit | a743742b4d028ea5dbed1f09709b1f87c17187e0 (patch) | |
tree | bfb20339d64d1f79baea1741288152d33e8eb80c /libb64 | |
parent | 92689a0e8d37330f13018bf04cf53844993f2217 (diff) | |
download | openwrt-personal-pkgs-a743742b4d028ea5dbed1f09709b1f87c17187e0.tar.gz openwrt-personal-pkgs-a743742b4d028ea5dbed1f09709b1f87c17187e0.tar.bz2 openwrt-personal-pkgs-a743742b4d028ea5dbed1f09709b1f87c17187e0.zip |
libb64: update to version 2.0.0
Diffstat (limited to 'libb64')
-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> |