diff options
author | Karel Kočí <cynerd@email.cz> | 2020-07-12 13:27:10 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-07-12 13:27:10 +0200 |
commit | 27efe998eb65db87a5171da6795142143cd79116 (patch) | |
tree | 52ecae2b4c01e3ddc54e13c7697bb8ae30b8246c /sentinel-minipot/Makefile | |
parent | 5d8fd307fed698694b5771ff42fdc9ae72a14f37 (diff) | |
download | openwrt-personal-pkgs-27efe998eb65db87a5171da6795142143cd79116.tar.gz openwrt-personal-pkgs-27efe998eb65db87a5171da6795142143cd79116.tar.bz2 openwrt-personal-pkgs-27efe998eb65db87a5171da6795142143cd79116.zip |
sentinel-minipot: update to newer version to fix argp inclusion
Diffstat (limited to 'sentinel-minipot/Makefile')
-rw-r--r-- | sentinel-minipot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sentinel-minipot/Makefile b/sentinel-minipot/Makefile index e5a7c9d..d63a4b0 100644 --- a/sentinel-minipot/Makefile +++ b/sentinel-minipot/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/sentinel/minipot.git -PKG_SOURCE_VERSION:=38ef0a080ed8770e6c8809a063366398726c9c3d +PKG_SOURCE_VERSION:=7daf3f92cf47b4aaf65e27f597aa8d9be35f4c90 PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_LICENSE:=GPL-3.0-or-later |