diff options
author | Karel Kočí <cynerd@email.cz> | 2019-05-04 09:12:00 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-05-04 09:12:00 +0200 |
commit | f0cc52a5cb6e3b93eb8cb647b705f7b765447bca (patch) | |
tree | 711eb091ea45bc14226603bbc69a3b19f836fbd5 | |
parent | 7c1d2ea3615d7889d9ea0abdfa29f95222800bc2 (diff) | |
download | openwrt-personal-pkgs-f0cc52a5cb6e3b93eb8cb647b705f7b765447bca.tar.gz openwrt-personal-pkgs-f0cc52a5cb6e3b93eb8cb647b705f7b765447bca.tar.bz2 openwrt-personal-pkgs-f0cc52a5cb6e3b93eb8cb647b705f7b765447bca.zip |
personal-pkgs-repo: drop obsolete syntax
-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 |