diff options
author | Karel Kočí <cynerd@email.cz> | 2020-07-12 15:01:08 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-07-12 15:01:47 +0200 |
commit | 0ae9d9c4b9fee821b68b2d3bc700c9324a50a107 (patch) | |
tree | a130f8e78f8903209a0fabc2cfc7872e17e56fed /sentinel-minipot/Makefile | |
parent | 27efe998eb65db87a5171da6795142143cd79116 (diff) | |
download | openwrt-personal-pkgs-0ae9d9c4b9fee821b68b2d3bc700c9324a50a107.tar.gz openwrt-personal-pkgs-0ae9d9c4b9fee821b68b2d3bc700c9324a50a107.tar.bz2 openwrt-personal-pkgs-0ae9d9c4b9fee821b68b2d3bc700c9324a50a107.zip |
sentinel-minipot: also provide port 25 (not only SMTP submission)
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 d63a4b0..d210e9a 100644 --- a/sentinel-minipot/Makefile +++ b/sentinel-minipot/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sentinel-minipot PKG_VERSION:=2.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/sentinel/minipot.git PKG_SOURCE_VERSION:=7daf3f92cf47b4aaf65e27f597aa8d9be35f4c90 |