diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-03-21 09:38:48 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-03-21 09:38:48 +0100 |
commit | bd2a9ab20b470e808cd8f5156c3a2d872f752ea0 (patch) | |
tree | 37f3ac9a9e399ff80f247fbec4c6e4026d4a596c /personal-pkgs-repo/Makefile | |
parent | 8bb7ea981bb4bfbd69827068637f55bb671ed2ff (diff) | |
download | openwrt-personal-pkgs-bd2a9ab20b470e808cd8f5156c3a2d872f752ea0.tar.gz openwrt-personal-pkgs-bd2a9ab20b470e808cd8f5156c3a2d872f752ea0.tar.bz2 openwrt-personal-pkgs-bd2a9ab20b470e808cd8f5156c3a2d872f752ea0.zip |
personal-pkgs-repo: Update for new updater and changed lists
Diffstat (limited to 'personal-pkgs-repo/Makefile')
-rw-r--r-- | personal-pkgs-repo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile index a0fb33d..6ec7341 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.4 +PKG_VERSION:=1.4.5 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) |