diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-11-02 17:15:37 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-11-02 17:15:37 +0100 |
commit | 71b69b460b8f87a99178ffda14ff0c06ec304bbe (patch) | |
tree | 9937ad4571e1670033286461c370198da34a5b1e /myrepo-cert/Makefile | |
parent | 529f6328021b5064a20dfbcf7eaceaab92982bdd (diff) | |
download | turris-myrepo-71b69b460b8f87a99178ffda14ff0c06ec304bbe.tar.gz turris-myrepo-71b69b460b8f87a99178ffda14ff0c06ec304bbe.tar.bz2 turris-myrepo-71b69b460b8f87a99178ffda14ff0c06ec304bbe.zip |
Fix myrepo updater configuration
Diffstat (limited to 'myrepo-cert/Makefile')
-rw-r--r-- | myrepo-cert/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myrepo-cert/Makefile b/myrepo-cert/Makefile index 9c0cba2..c8ce9d6 100644 --- a/myrepo-cert/Makefile +++ b/myrepo-cert/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=myrepo-cert -PKG_VERSION:=2 +PKG_VERSION:=3 PKG_MAINTAINER:=Karel Koci PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) |