George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
go-tools
Commits:
c2b38fa4 by George Rawlinson at 2024-10-05T04:10:47+00:00
upgpkg: 4:0.26.0-1
* New upstream release.
* gorename removed in 1204c80e1c68f8823a1299ddcb31fb2348ad8c4d.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = go-tools
pkgdesc = Developer tools for the Go programming language
- pkgver = 0.25.0
+ pkgver = 0.26.0
pkgrel = 1
epoch = 4
url = https://golang.org/
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
makedepends = git
makedepends = go
depends = glibc
- source = go-tools::git+https://go.googlesource.com/tools#tag=v0.25.0
- sha256sums =
f18b7b003682678be553281f02889053262e5768e7da3b782b03f1faae84012a
+ source = go-tools::git+https://go.googlesource.com/tools#tag=v0.26.0
+ sha256sums =
a1713523619638ad9dc651f07df8b0a6d97dc0579af427ff497789439bdc2f2b
pkgname = go-tools
=====================================
PKGBUILD
=====================================
@@ -3,19 +3,19 @@
pkgname=go-tools
epoch=4
-pkgver=0.25.0
+pkgver=0.26.0
pkgrel=1
pkgdesc='Developer tools for the Go programming language'
arch=(x86_64)
url='https://golang.org/'
-license=(BSD)
+license=(BSD-3-Clause)
depends=(glibc)
makedepends=(git go)
source=(go-tools::git+https://go.googlesource.com/tools#tag=v$pkgver)
-sha256sums=('f18b7b003682678be553281f02889053262e5768e7da3b782b03f1faae84012a')
+sha256sums=('a1713523619638ad9dc651f07df8b0a6d97dc0579af427ff497789439bdc2f2b')
_tools=(benchcmp callgraph compilebench digraph eg fiximports
- go-contrib-init godex godoc goimports gomvpkg gorename gotype
+ go-contrib-init godex godoc goimports gomvpkg gotype
goyacc html2article present ssadump stringer toolstash)
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/go-tools/-/commit/c2b38fa4916ee84151801c0831ed9196f43bf36c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/go-tools/-/commit/c2b38fa4916ee84151801c0831ed9196f43bf36c
You're receiving this email because of your account on gitlab.archlinux.org.