summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2015-01-02 01:31:04 -0300
committerIsmael Luceno2015-01-02 01:49:05 -0300
commit35f880995b58eaa1a92b991bc84c4eff59ebef4e (patch)
tree7d0d3951b58cee7b7b956b6dcf078b95d9553a29
parent8be31d753b8dfb7efed9bb4a5e1103f75f74012c (diff)
protobuf 2.6.0
-rwxr-xr-xlibs/protobuf/DETAILS8
-rw-r--r--libs/protobuf/HISTORY1
2 files changed, 5 insertions, 4 deletions
diff --git a/libs/protobuf/DETAILS b/libs/protobuf/DETAILS
index f9b23036b0..32d981d617 100755
--- a/libs/protobuf/DETAILS
+++ b/libs/protobuf/DETAILS
@@ -1,10 +1,10 @@
SPELL=protobuf
- VERSION=2.5.0
- SOURCE_HASH=sha512:5994b3669808b82fef5c860ecad36358c0767f84acac877e7bfcf722e59d972835a955714149bdd4158fbd1328a51d01397a563991d26475351ee72be48142ee
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=2.6.0
+ SOURCE_HASH=sha512:5a10bf21c1854c63a43d583898be72173fc19ba7fdb62ad55ea1e8fe32894581a6ef92a8c48622af59a8886fedbc4df5805669b295c7365b4318663bea7c4603
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://$SPELL.googlecode.com
- SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$SOURCE
+ SOURCE_URL[0]=https://$SPELL.googlecode.com/svn/rc/$SOURCE
LICENSE[0]=BSD
ENTERED=20090819
KEYWORDS=""
diff --git a/libs/protobuf/HISTORY b/libs/protobuf/HISTORY
index 923252cfd5..08252e3df1 100644
--- a/libs/protobuf/HISTORY
+++ b/libs/protobuf/HISTORY
@@ -1,4 +1,5 @@
2015-01-02 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 2.6.0
* BUILD: Remove -ffast-math from CXXFLAGS, doesn't compile with it
2013-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>