diff options
| author | Sebastian Kemper | 2020-10-03 16:48:17 +0000 |
|---|---|---|
| committer | Sebastian Kemper | 2020-10-03 16:48:17 +0000 |
| commit | 69d744a85f0a86b34a8b3816080b2f61e5d29639 (patch) | |
| tree | 4a5f4d9a31461282cb2c676f387c495e86ea8ff3 | |
| parent | 8eea8732173c88afe8804b4ad0b19b488c069904 (diff) | |
| download | telephony-69d744a85f0a86b34a8b3816080b2f61e5d29639.tar.gz | |
dahdi-tools: bump to 3.1.0
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| -rw-r--r-- | libs/dahdi-tools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/dahdi-tools/Makefile b/libs/dahdi-tools/Makefile index b150986..32aaba0 100644 --- a/libs/dahdi-tools/Makefile +++ b/libs/dahdi-tools/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dahdi-tools -PKG_VERSION:=3.0.0 -PKG_RELEASE:=3 +PKG_VERSION:=3.1.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/dahdi-tools/releases -PKG_HASH:=5bebb20d5ae13fa13f0e2075603013954b962be477db02271eef44b3e41557c5 +PKG_HASH:=ea852ebd274ee1cc90ff5e4ac84261b0b787b1a74e8b76ad659bc9ec4f77e67e PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=LICENSE |