diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-04-25 08:43:19 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-04-25 08:43:19 +0200 |
commit | 342bb236f6da7547848b74d8b1367fd9b1442616 (patch) | |
tree | db8ddc3022d076d8074851442d519bac7243d71e /personal-pkgs-repo/Makefile | |
parent | 1255272d199b138fa7cded2d3787755f7213f7a1 (diff) | |
download | openwrt-personal-pkgs-342bb236f6da7547848b74d8b1367fd9b1442616.tar.gz openwrt-personal-pkgs-342bb236f6da7547848b74d8b1367fd9b1442616.tar.bz2 openwrt-personal-pkgs-342bb236f6da7547848b74d8b1367fd9b1442616.zip |
personal-pkgs-repo: fix check in updater config
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 a557282..3fae0df 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.6 +PKG_VERSION:=1.4.7 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) |