diff options
author | Karel Kočí <cynerd@email.cz> | 2020-07-12 15:06:54 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-07-12 15:06:54 +0200 |
commit | 07f7cd11bbc97ae7da1d3d8f2671987a1390f9f3 (patch) | |
tree | 95172cd724421275671290272034005d768f9bd8 /sentinel-minipot | |
parent | 0ae9d9c4b9fee821b68b2d3bc700c9324a50a107 (diff) | |
download | openwrt-personal-pkgs-07f7cd11bbc97ae7da1d3d8f2671987a1390f9f3.tar.gz openwrt-personal-pkgs-07f7cd11bbc97ae7da1d3d8f2671987a1390f9f3.tar.bz2 openwrt-personal-pkgs-07f7cd11bbc97ae7da1d3d8f2671987a1390f9f3.zip |
sentinel-minipot: build tip of dev branch
Diffstat (limited to 'sentinel-minipot')
-rw-r--r-- | sentinel-minipot/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sentinel-minipot/Makefile b/sentinel-minipot/Makefile index d210e9a..1c22ef0 100644 --- a/sentinel-minipot/Makefile +++ b/sentinel-minipot/Makefile @@ -8,11 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sentinel-minipot -PKG_VERSION:=2.0 -PKG_RELEASE:=2 -PKG_SOURCE_PROTO:=git +PKG_RELEASE:=1 PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/sentinel/minipot.git -PKG_SOURCE_VERSION:=7daf3f92cf47b4aaf65e27f597aa8d9be35f4c90 +PKG_SOURCE_BRANCH:=dev PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_LICENSE:=GPL-3.0-or-later @@ -21,6 +19,7 @@ PKG_BUILD_DEPENDS:=argp-standalone PKG_FIXUP:=autoreconf +include $(INCLUDE_DIR)/autopkg-tag.mk include $(INCLUDE_DIR)/package.mk define Package/sentinel-minipot |