summaryrefslogtreecommitdiffstats
path: root/bin-security
diff options
context:
space:
mode:
authorVlad Glagolev2018-06-03 08:27:25 -0400
committerVlad Glagolev2018-06-03 08:27:25 -0400
commite4c4b6ace4df49cb8e4e60c864a0185891065707 (patch)
tree02d3db09b084c3e7534ba4e299c16312c0d9f342 /bin-security
parentbe22ebd21866e3c56a33f4cf1d11773a6c26fa89 (diff)
lego-bin: => 1.0.1
Diffstat (limited to 'bin-security')
-rwxr-xr-xbin-security/lego-bin/DETAILS12
-rw-r--r--bin-security/lego-bin/HISTORY4
-rwxr-xr-xbin-security/lego-bin/PRE_BUILD4
3 files changed, 14 insertions, 6 deletions
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@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@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