diff options
author | Karel Kočí <cynerd@email.cz> | 2020-07-23 17:31:17 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-07-23 17:31:17 +0200 |
commit | 96e74fa2a0b4b03825fccdb54016ce34f6ec0415 (patch) | |
tree | db71c60708f9e3dc1f7a275a3f6c8c46ffb1e81d | |
parent | 355035dd8fe6217cb7b9855eae495e612a2c9a6b (diff) | |
download | openwrt-personal-pkgs-96e74fa2a0b4b03825fccdb54016ce34f6ec0415.tar.gz openwrt-personal-pkgs-96e74fa2a0b4b03825fccdb54016ce34f6ec0415.tar.bz2 openwrt-personal-pkgs-96e74fa2a0b4b03825fccdb54016ce34f6ec0415.zip |
sentinel-minipot: add commented version and source version
-rw-r--r-- | sentinel-minipot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sentinel-minipot/Makefile b/sentinel-minipot/Makefile index ee258fc..9ea25ba 100644 --- a/sentinel-minipot/Makefile +++ b/sentinel-minipot/Makefile @@ -8,8 +8,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sentinel-minipot +#PKG_VERSION:=2.0.0 PKG_RELEASE:=1 PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/sentinel/minipot.git +#PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_BRANCH:=dev PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> |