diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-03-06 14:29:23 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-03-06 14:29:23 +0100 |
commit | f029b67e27f0981d7dd8196e611f9cffaedcf9a1 (patch) | |
tree | 637ca3f161eab0f5739a0d3e20ab55299a87f2ad | |
parent | 28bd38773067b85e1bbb815460718d7648bad8fb (diff) | |
download | openwrt-personal-pkgs-f029b67e27f0981d7dd8196e611f9cffaedcf9a1.tar.gz openwrt-personal-pkgs-f029b67e27f0981d7dd8196e611f9cffaedcf9a1.tar.bz2 openwrt-personal-pkgs-f029b67e27f0981d7dd8196e611f9cffaedcf9a1.zip |
updater-ng: update source urlturris3x
-rw-r--r-- | updater-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater-ng/Makefile b/updater-ng/Makefile index 4b601e8..5d1ae79 100644 --- a/updater-ng/Makefile +++ b/updater-ng/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=updater-ng -PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/updater.git +PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/updater/updater.git PKG_SOURCE_BRANCH:=for-turris-3.x PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> HOST_BUILD_DEPENDS:=curl/host libevent2/host lua/host |