diff options
| author | Daniel Golle | 2015-06-23 00:07:52 +0000 |
|---|---|---|
| committer | Daniel Golle | 2015-06-23 00:07:52 +0000 |
| commit | 55037e6b782ce6252132e05266e17d33a2ac825d (patch) | |
| tree | d762f5e329a677e755c4d73a043c56d1d128edb7 | |
| parent | 989209b9cd139ccb9f60525d08bf3fc44438ba5c (diff) | |
| download | telephony-55037e6b782ce6252132e05266e17d33a2ac825d.tar.gz | |
asterisk-11.x: bump release
Updating configure-undef-res-ninit.patch in commit 2060702 changed
the resulting binaries on targets not previously failing to build
without the change. Bump the package release to reflect that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| -rw-r--r-- | net/asterisk-11.x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk-11.x/Makefile b/net/asterisk-11.x/Makefile index ccbc7a3..3b4b5ec 100644 --- a/net/asterisk-11.x/Makefile +++ b/net/asterisk-11.x/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk11 PKG_VERSION:=11.18.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/ |