|
From: <abe...@us...> - 2016-08-27 15:03:29
|
Revision: 7808
http://sourceforge.net/p/astlinux/code/7808
Author: abelbeck
Date: 2016-08-27 15:03:28 +0000 (Sat, 27 Aug 2016)
Log Message:
-----------
asterisk-fop2, version bump to 2.31.03
Modified Paths:
--------------
branches/1.0/package/asterisk-fop2/asterisk-fop2.mk
branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package
Modified: branches/1.0/package/asterisk-fop2/asterisk-fop2.mk
===================================================================
--- branches/1.0/package/asterisk-fop2/asterisk-fop2.mk 2016-08-24 17:23:21 UTC (rev 7807)
+++ branches/1.0/package/asterisk-fop2/asterisk-fop2.mk 2016-08-27 15:03:28 UTC (rev 7808)
@@ -3,9 +3,9 @@
# asterisk-fop2
#
#############################################################
-ASTERISK_FOP2_VERSION = 2.28
+ASTERISK_FOP2_VERSION = 2.31.03
ASTERISK_FOP2_SOURCE = fop2-$(ASTERISK_FOP2_VERSION)-debian-i386.tgz
-ASTERISK_FOP2_SITE = http://download.fop2.com
+ASTERISK_FOP2_SITE = http://download2.fop2.com
# Note: be sure to edit "project/astlinux/target_skeleton/usr/sbin/upgrade-package" on version change
ASTERISK_FOP2_X86_64_SOURCE = fop2-$(ASTERISK_FOP2_VERSION)-debian-x86_64.tgz
Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package 2016-08-24 17:23:21 UTC (rev 7807)
+++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-package 2016-08-27 15:03:28 UTC (rev 7808)
@@ -248,7 +248,7 @@
if ! RAM_needed_MB 475; then
finish $RED "Not enough RAM installed. Minimum: 512 MB, Recommended: 1024+ MB"
fi
- SRC_URL="https://files.astlinux-project.org/fop2-2.28-debian-$(uname -m | sed -e 's/i.86/i386/').tgz"
+ SRC_URL="https://files.astlinux-project.org/fop2-2.31.03-debian-$(uname -m | sed -e 's/i.86/i386/').tgz"
;;
show)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|