diff options
author | Karel Kočí <cynerd@email.cz> | 2020-10-11 21:23:31 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-10-11 21:23:31 +0200 |
commit | a1164a7ed554a81eedd653995859e6b1e5843e76 (patch) | |
tree | b989f52816f067cff577626744b9833603414e6c | |
parent | 464f5d8de44e832b05f4104fb51dbde5dd6e77ec (diff) | |
download | openwrt-personal-pkgs-a1164a7ed554a81eedd653995859e6b1e5843e76.tar.gz openwrt-personal-pkgs-a1164a7ed554a81eedd653995859e6b1e5843e76.tar.bz2 openwrt-personal-pkgs-a1164a7ed554a81eedd653995859e6b1e5843e76.zip |
user-notify: fix missing tag (not yet tagged)
-rw-r--r-- | user-notify/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user-notify/Makefile b/user-notify/Makefile index 1a690a1..bc34cbd 100644 --- a/user-notify/Makefile +++ b/user-notify/Makefile @@ -13,7 +13,8 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/user-notify.git -PKG_SOURCE_VERSION:=v$(PKG_VERSION) +#PKG_SOURCE_VERSION:=v$(PKG_VERSION) +PKG_SOURCE_VERSION:=29ce1dd97d8c4fdf12590efd34c49cf3ebe0b5e4 PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> PKG_LICENSE:=GPL-3.0-or-later |