diff options
| author | Jiri Slachta | 2015-04-22 07:44:32 +0000 |
|---|---|---|
| committer | Jiri Slachta | 2015-04-22 07:44:32 +0000 |
| commit | 8c00da490d24af6164e6113c93885dbcbec23ce5 (patch) | |
| tree | 828f04c2028cc518d86ce9d121e1f50d992fb889 | |
| parent | 08068b99e94417f574eaf85f8d7633c0e4735eb6 (diff) | |
| download | telephony-8c00da490d24af6164e6113c93885dbcbec23ce5.tar.gz | |
asterisk-13.x: fix missing md5sum
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
| -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 2f81963..c8d334e 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/ -PKG_MD5SUM:= +PKG_MD5SUM:=afc8a5b7fc239c7aa5692b563d7e6ed2 PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION) PKG_BUILD_DEPENDS:=libxml2/host |