diff options
| author | Jiri Slachta | 2017-08-04 06:06:34 +0000 |
|---|---|---|
| committer | GitHub | 2017-08-04 06:06:34 +0000 |
| commit | 65d2797e9156bd970017b8c1e5ca0a599010bc05 (patch) | |
| tree | c3edc322e69ed0337a505dd32b0926350591766b | |
| parent | 7937bd315a09e55511333ef2ae153b37c974c4c3 (diff) | |
| download | telephony-65d2797e9156bd970017b8c1e5ca0a599010bc05.tar.gz | |
asterisk-13.x: bump PKG_RELEASE
Bump PKG_RELEASE due to changes in commit ec6991c01cf141db172bd5bc30a3e18cb9174208
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
| -rw-r--r-- | net/asterisk-13.x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index f7b59f3..7ae98ab 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk13 PKG_VERSION:=13.17.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/ |