Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (655397d2ffef69423a98b3318364cda241a9c8b8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (655397d2ffef69423a98b3318364cda241a9c8b8)
  • Date: Wed, 8 May 2024 23:56:06 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

utils/nwg-look/BUILD | 1 +
utils/nwg-look/DETAILS | 4 ++--
utils/nwg-look/HISTORY | 4 ++++
3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 655397d2ffef69423a98b3318364cda241a9c8b8
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

utils/nwg-look: version 0.2.7, fix go build

diff --git a/utils/nwg-look/BUILD b/utils/nwg-look/BUILD
index 9e95cca..14c424d 100755
--- a/utils/nwg-look/BUILD
+++ b/utils/nwg-look/BUILD
@@ -1 +1,2 @@
+GOROOT="${INSTALL_ROOT}/opt/go/" GOPROXY="proxy.golang.org,direct" \
make -j "$MAKE_NJOBS" build PREFIX="${INSTALL_ROOT}/usr"
diff --git a/utils/nwg-look/DETAILS b/utils/nwg-look/DETAILS
index 4e2a3ee..eb1a886 100755
--- a/utils/nwg-look/DETAILS
+++ b/utils/nwg-look/DETAILS
@@ -1,9 +1,9 @@
SPELL=nwg-look
- VERSION=0.2.2
+ VERSION=0.2.7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://github.com/nwg-piotr/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha256:250e5e4e29c3e4fa047c3ab95c1946307c7290cc5a30b0cfe08c0919ace6ba87
+
SOURCE_HASH=sha512:6657e2b64dd7836f0750f6831c7393b4f55a187ddc87fd2d26dcdc70c64786a0e953ab245b9e60f03a17c34f1ed1aae8cfca09424944b5ea38a0b786a79bf4ba
LICENSE[0]=GPL
WEB_SITE=https://github.com/nwg-piotr/nwg-look/
ENTERED=20230705
diff --git a/utils/nwg-look/HISTORY b/utils/nwg-look/HISTORY
index 8d496c3..dabde67 100644
--- a/utils/nwg-look/HISTORY
+++ b/utils/nwg-look/HISTORY
@@ -1,3 +1,7 @@
+2024-05-08 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 0.2.7, update hash (256 to 512)
+ * BUILD: add extra GO vars to fix build
+
2023-07-05 Conner Clere <xenanthropy AT sourcemage.org>
* BUILD, DEPENDS, DETAILS: ver 0.2.2, new spell



  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (655397d2ffef69423a98b3318364cda241a9c8b8), Conner Clere, 05/08/2024

Archive powered by MHonArc 2.6.24.

Top of Page