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 b08b6fc..97b7d9c 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.3.1 +PKG_VERSION:=1.3.2  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 f7ac375..4993750 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -20,7 +20,7 @@ if animal ~= "hbd" and animal ~= "hbk" then  	DIE("Unsupported branch for pernal-pkgs: " .. tostring(animal))  end -Repository("personal-pkgs", "https://cynerd.cz/repo/turris/" .. animal .. "/" .. animal .. "/" .. board, { +Repository("personal-pkgs", "https://cynerd.cz/repo/turris/" .. animal .. "/" .. board, {  	pubkey = "file:///etc/updater/keys/personal-pkgs.pub",  	ocsp = false  }) | 
