Browse Source
Merge pull request #7499 from neheb/patch-1
libradcli: Update to 1.2.11
lilik-openwrt-22.03
Nikos Mavrogiannopoulos
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
libs/libradcli/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=libradcli |
|
|
|
PKG_VERSION:=1.2.10 |
|
|
|
PKG_VERSION:=1.2.11 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=radcli-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://github.com/radcli/radcli/releases/download/$(PKG_VERSION) |
|
|
|
PKG_HASH:=03e1962ef8d3652b41042b89604227110015f27d0334867b81a5fc6685930001 |
|
|
|
PKG_HASH:=b6210e4c7deae235bb8c4e9df20c4f82c8bc2bda6d6214d50c5667660ab38548 |
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/radcli-$(PKG_VERSION) |
|
|
|
|
|
|
|
PKG_INSTALL:=1 |
|
|
|