Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (8120dbfc609b08bbb384f6bc1cb1f94182f925a4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (8120dbfc609b08bbb384f6bc1cb1f94182f925a4)
  • Date: Fri, 16 Aug 2024 03:26:10 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/github-cli/BUILD | 2 +-
devel/github-cli/HISTORY | 3 +++
devel/go/DETAILS | 7 +++----
devel/go/HISTORY | 3 +++
4 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 8120dbfc609b08bbb384f6bc1cb1f94182f925a4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

go 1.23.0

commit b68288308de0e16cf05cc5edbb38618885f6db43
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

github-cli: Avoid running completions rule during install

diff --git a/devel/github-cli/BUILD b/devel/github-cli/BUILD
index 63ca2e3..ffc522b 100755
--- a/devel/github-cli/BUILD
+++ b/devel/github-cli/BUILD
@@ -1,4 +1,4 @@
make \
GOCACHE="$SOURCE_DIRECTORY"/.gocache \
GOPROXY=proxy.golang.org,direct \
- bin/gh manpages
+ bin/gh manpages completions
diff --git a/devel/github-cli/HISTORY b/devel/github-cli/HISTORY
index 95d769c..0570c4d 100644
--- a/devel/github-cli/HISTORY
+++ b/devel/github-cli/HISTORY
@@ -1,3 +1,6 @@
+2024-08-14 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: added running of "completions" make rule
+
2024-08-11 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DETAILS, INSTALL: updated spell to 2.54.0

diff --git a/devel/go/DETAILS b/devel/go/DETAILS
index 7bfd631..5e84674 100755
--- a/devel/go/DETAILS
+++ b/devel/go/DETAILS
@@ -1,14 +1,13 @@
# Watch: https://go.dev/dl/ /go([0-9.]+)[.]src
SPELL="go"
- VERSION=1.22.5
+ VERSION=1.23.0
SECURITY_PATCH=4
- PATCHLEVEL=1
BOOTSTRAP_VERSION=$VERSION
SOURCE="${SPELL}${VERSION}.src.tar.gz"
-
SOURCE_HASH=sha512:798c2bd5d59be1fb5d7af98893fa7bb68322117facfdee546a37175ec5e8be634f2bed2d8d0e7d4d0555b354c8e9d72b3829c39670d3be2d2328376a00a48576
+
SOURCE_HASH=sha512:5822124ca570662ac8dcec32a79196520ce355fe421d83372f8b8a97b3811de0739edcd7080a23f845cf700a6a26f3af6c93278f6ce485b93120afdd4f6c4f47
SOURCE_URL[0]="https://redirector.gvt1.com/edgedl/go/$SOURCE";
SOURCE2="${SPELL}${BOOTSTRAP_VERSION}.linux-amd64.tar.gz"
-
SOURCE2_HASH=sha512:7bc978aad1dcfed937c4b1d18e43c7eb3fc836ffbf359548bfd4bb5f77814c4994eaee18a7ceefa8e7d4c5a2fb97e26bc4d2f5a7c54dd5ee437f08b74a06f111
+
SOURCE2_HASH=sha512:4bab785fc2ec027e78d018fb0b800349f8d6110fd3a786ef35219b12411baa266683bfde4f78565c423f9e5db0b16f1b24900697ed2c1741767bbe583b3d0bc9
SOURCE2_URL[0]="https://redirector.gvt1.com/edgedl/go/$SOURCE2";
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
DOC_DIRS=""
diff --git a/devel/go/HISTORY b/devel/go/HISTORY
index b2360c5..b995a05 100644
--- a/devel/go/HISTORY
+++ b/devel/go/HISTORY
@@ -1,3 +1,6 @@
+2024-08-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.23.0
+
2024-08-02 Ismael Luceno <ismael AT sourcemage.org>
* INSTALL: simplified installation, fixes finding GOROOT
* DETAILS: PATCHLEVEL++


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (8120dbfc609b08bbb384f6bc1cb1f94182f925a4), Ismael Luceno, 08/15/2024

Archive powered by MHonArc 2.6.24.

Top of Page