diff options
-rw-r--r-- | personal-pkgs-repo/Makefile | 2 | ||||
-rw-r--r-- | personal-pkgs-repo/files/updater.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile index bf4f254..35186f7 100644 --- a/personal-pkgs-repo/Makefile +++ b/personal-pkgs-repo/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=personal-pkgs-repo -PKG_VERSION:=1.4.10 +PKG_VERSION:=1.4.11 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua index b0335b9..fa842f9 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -1,4 +1,4 @@ -Script("personal-pkgs", "https://cynerd.cz/repo/turris/updater.lua", { +Script("https://cynerd.cz/repo/turris/updater.lua", { security = "Local", pubkey = "file:///etc/updater/keys/personal-pkgs.pub", ocsp = false |