diff options
author | Karel Kočí <cynerd@email.cz> | 2020-07-12 11:35:58 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-07-12 11:35:58 +0200 |
commit | 5d8fd307fed698694b5771ff42fdc9ae72a14f37 (patch) | |
tree | 10ff4ed55f7f41a9548f2ea0258a63c41c938bb7 /sentinel-minipot/Makefile | |
parent | e7d47f8c39f9f6db38b0d1ba559deafa14233f48 (diff) | |
download | openwrt-personal-pkgs-5d8fd307fed698694b5771ff42fdc9ae72a14f37.tar.gz openwrt-personal-pkgs-5d8fd307fed698694b5771ff42fdc9ae72a14f37.tar.bz2 openwrt-personal-pkgs-5d8fd307fed698694b5771ff42fdc9ae72a14f37.zip |
sentinel-minipot: fix source hash
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 e7f71c8..e5a7c9d 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:=16d8b098c8230271619e5fd3333dba66092ce3f5 +PKG_SOURCE_VERSION:=38ef0a080ed8770e6c8809a063366398726c9c3d PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_LICENSE:=GPL-3.0-or-later |