summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2016-11-26 01:18:47 -0200
committerIsmael Luceno2016-11-26 01:56:10 -0200
commit222a4f0f2349ef0bb0d8172f55b6343e9f78c78d (patch)
tree723daf03029e3ae473e15653458b6f2dc5c847a1
parent6553ad8fca16eb4148481dbdbcd34d60aa833373 (diff)
Fix SOURCE_HASH
The previous value corresponds to a snapshot tarball, not to the release.
-rwxr-xr-xlibs/boost/DETAILS2
-rw-r--r--libs/boost/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 15c1558c65..7803191631 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,6 +1,6 @@
SPELL=boost
VERSION=1_62_0
- SOURCE_HASH=sha512:b8ccb58c52e16494a61def5f8abbf4ecb884acd88063c524f7221aa125ca72e3fa153c140782b9e806d19f8f23f3b22e68b87fdc47d57c66adef86d932dbfcb1
+ SOURCE_HASH=sha512:5385ae3d5255a433a704169ad454d8dc2b0b5bcae3fb23defd6570df4ff7d845cf9fcbeebccdc1c5db0eec9f82ee3d90040de9507c8167467c635d3b215463be
SECURITY_PATCH=1
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=${SPELL}_${VERSION}.tar.bz2
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 6f98f55893..6a9f207207 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,6 @@
+2016-11-26 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: Fixed SOURCE_HASH
+
2016-10-22 Pavel Vinogradov <public@sourcemage.org>
* PRE_BUILD: sed -> patch
* 0001-Fixed-OpenSSL-1.1.0-check-for-LibreSSL-as-well.patch: added