diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-03-12 15:35:33 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-03-12 15:35:33 +0100 |
commit | aed5dab7d11ef64eef354a64b672f533a4961678 (patch) | |
tree | af81dfb4b7492a837232f31565b720b04c24780b /updater-ng/Makefile | |
parent | c0b53b2740725ea1f1b0b4d0193ed932d7295bfb (diff) | |
download | openwrt-personal-pkgs-aed5dab7d11ef64eef354a64b672f533a4961678.tar.gz openwrt-personal-pkgs-aed5dab7d11ef64eef354a64b672f533a4961678.tar.bz2 openwrt-personal-pkgs-aed5dab7d11ef64eef354a64b672f533a4961678.zip |
updater-ng: switch to newer branch
Diffstat (limited to 'updater-ng/Makefile')
-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 6a573ed..3e172b9 100644 --- a/updater-ng/Makefile +++ b/updater-ng/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=updater-ng PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/updater/updater.git -PKG_SOURCE_BRANCH:=libarchive-unpack +PKG_SOURCE_BRANCH:=path_utils-find PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_BUILD_DEPENDS:=busybox libb64 uthash argp-standalone |