Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (e4c4b6ace4df49cb8e4e60c864a0185891065707)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (e4c4b6ace4df49cb8e4e60c864a0185891065707)
  • Date: Sun, 3 Jun 2018 12:27:36 +0000

GIT changes to master binary grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

bin-security/lego-bin/DETAILS | 12 ++++++------
bin-security/lego-bin/HISTORY | 4 ++++
bin-security/lego-bin/PRE_BUILD | 4 ++++
3 files changed, 14 insertions(+), 6 deletions(-)

New commits:
commit e4c4b6ace4df49cb8e4e60c864a0185891065707
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

lego-bin: => 1.0.1

diff --git a/bin-security/lego-bin/DETAILS b/bin-security/lego-bin/DETAILS
index 775cf49..6d64b3a 100755
--- a/bin-security/lego-bin/DETAILS
+++ b/bin-security/lego-bin/DETAILS
@@ -1,16 +1,16 @@
SPELL=lego-bin
SPELLX=${SPELL/-bin/}
- VERSION=0.3.1
+ VERSION=1.0.1
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
ARCH=amd64
-
SOURCE_HASH=sha512:42ce7e44648665654cb18625f35bea51ec6d99550e4d53b6805e707f000aad2ef930a8bc7eda3cb6b66461575725dd98b694529bc98c1bec2061652442ce2752
+
SOURCE_HASH=sha512:d94243eb888320ffa66d3ceb665c9dbf524679c966013debaabd52cf31874712e088ac87c86a7d92b45fd37a1280e22e421caf94c139f74a647bd31c33d8744c
else
ARCH=386
-
SOURCE_HASH=sha512:743a7b085c79609fb1553bbb482f3346f132affd4177e56ab7be38b35a9bef09c5d3a60cf7f47fcd13c547844d8133fa7f276a1340e23abd7b0b2912fe4d86f1
+
SOURCE_HASH=sha512:d463ce8beb1db2626affebbbebe72ea9e1bccdbdb90f5412e59aae742a1a9b436ad82e54ee2fad9b8689047fc154e61bcecedddcafbce6bd1b7164f0e65a724e
fi
- SOURCE=${SPELLX}_${VERSION}_linux_${ARCH}.tar.xz
-
SOURCE_URL[0]=https://github.com/xenolf/${SPELLX}/releases/download/v${VERSION}/${SPELLX}_linux_${ARCH}.tar.xz
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}"
+ SOURCE=${SPELLX}_v${VERSION}_linux_${ARCH}.tar.gz
+
SOURCE_URL[0]=https://github.com/xenolf/${SPELLX}/releases/download/v${VERSION}/${SOURCE}
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/xenolf/lego
ENTERED=20160910
LICENSE[0]=MIT
diff --git a/bin-security/lego-bin/HISTORY b/bin-security/lego-bin/HISTORY
index c3b87b7..1e3b915 100644
--- a/bin-security/lego-bin/HISTORY
+++ b/bin-security/lego-bin/HISTORY
@@ -1,2 +1,6 @@
+2018-06-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.1; updated source, source URL
+ * PRE_BUILD: added, to create source directory
+
2016-09-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, BUILD, INSTALL: created spell, version 0.3.1
diff --git a/bin-security/lego-bin/PRE_BUILD b/bin-security/lego-bin/PRE_BUILD
new file mode 100755
index 0000000..202d4de
--- /dev/null
+++ b/bin-security/lego-bin/PRE_BUILD
@@ -0,0 +1,4 @@
+mk_source_dir "${SOURCE_DIRECTORY}" &&
+cd "${SOURCE_DIRECTORY}" &&
+
+unpack_file



  • [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (e4c4b6ace4df49cb8e4e60c864a0185891065707), Vlad Glagolev, 06/03/2018

Archive powered by MHonArc 2.6.24.

Top of Page