summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2021-07-02 13:23:57 +0000
committerVlad Glagolev2021-07-02 13:23:57 +0000
commitfa40c66c1ef251e3057245ae151f67213440f724 (patch)
tree1a07efaea3aead1ad2b1fa14b1634b902f6302e1
parentef83781152f2ee1dc2ab3198b293d9e91cb928f4 (diff)
lego-bin: => 4.4.0
-rwxr-xr-xbin-security/lego-bin/DETAILS10
-rw-r--r--bin-security/lego-bin/HISTORY3
2 files changed, 8 insertions, 5 deletions
diff --git a/bin-security/lego-bin/DETAILS b/bin-security/lego-bin/DETAILS
index 6dd2631..5e87154 100755
--- a/bin-security/lego-bin/DETAILS
+++ b/bin-security/lego-bin/DETAILS
@@ -1,17 +1,17 @@
SPELL=lego-bin
SPELLX=${SPELL/-bin/}
- VERSION=1.0.1
+ VERSION=4.4.0
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
ARCH=amd64
- SOURCE_HASH=sha512:d94243eb888320ffa66d3ceb665c9dbf524679c966013debaabd52cf31874712e088ac87c86a7d92b45fd37a1280e22e421caf94c139f74a647bd31c33d8744c
+ SOURCE_HASH=sha256:302a780a56dd52601aa5d1dc31e607599cb85b113830abe464001622ca8b80a2:UPSTREAM_HASH
else
ARCH=386
- SOURCE_HASH=sha512:d463ce8beb1db2626affebbbebe72ea9e1bccdbdb90f5412e59aae742a1a9b436ad82e54ee2fad9b8689047fc154e61bcecedddcafbce6bd1b7164f0e65a724e
+ SOURCE_HASH=sha256:066d3a3f611bbf78c92f1774ab301dfe39d316702948bb973fb9601b737a10c4:UPSTREAM_HASH
fi
SOURCE=${SPELLX}_v${VERSION}_linux_${ARCH}.tar.gz
- SOURCE_URL[0]=https://github.com/xenolf/${SPELLX}/releases/download/v${VERSION}/${SOURCE}
+ SOURCE_URL[0]=https://github.com/go-acme/${SPELLX}/releases/download/v${VERSION}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE=https://github.com/xenolf/lego
+ WEB_SITE=https://github.com/go-acme/lego
ENTERED=20160910
LICENSE[0]=MIT
SHORT="Let's Encrypt client and ACME library written in Go"
diff --git a/bin-security/lego-bin/HISTORY b/bin-security/lego-bin/HISTORY
index 2ac6edc..217917d 100644
--- a/bin-security/lego-bin/HISTORY
+++ b/bin-security/lego-bin/HISTORY
@@ -1,3 +1,6 @@
+2021-07-02 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 4.4.0; updated website, source URL
+
2019-07-08 Eric Sandall <sandalle@sourcemage.org>
* Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed