diff options
author | Karel Kočí <cynerd@email.cz> | 2019-02-11 21:20:09 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-02-11 21:20:09 +0100 |
commit | 32347294b1f463ba8fe84fa672ff87d48576c2c4 (patch) | |
tree | 4ed08aedd32e2eaf00edca3b3c00705218f036cb /personal-pkgs-repo/Makefile | |
parent | a61723d2fbdd509323deb27bb1a90dce125d2ab1 (diff) | |
download | openwrt-personal-pkgs-32347294b1f463ba8fe84fa672ff87d48576c2c4.tar.gz openwrt-personal-pkgs-32347294b1f463ba8fe84fa672ff87d48576c2c4.tar.bz2 openwrt-personal-pkgs-32347294b1f463ba8fe84fa672ff87d48576c2c4.zip |
personal-pkgs-repo: add bigclown for turris-prague
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 97b7d9c..d885bdb 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.2 +PKG_VERSION:=1.4 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) |