Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
go-tools
Commits:
7f68a59f by Morten Linderud at 2024-12-07T14:27:29+01:00
upgpkg: 4:0.28.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = go-tools
pkgdesc = Developer tools for the Go programming language
- pkgver = 0.27.0
+ pkgver = 0.28.0
pkgrel = 1
epoch = 4
url = https://golang.org/
@@ -9,7 +9,7 @@ pkgbase = go-tools
makedepends = git
makedepends = go
depends = glibc
- source = go-tools::git+https://go.googlesource.com/tools#tag=v0.27.0
- sha256sums =
47b1ff7a336c6123171719d32f7ad4d64613e7c9b87fffa6eefa2c7fa9f15a9c
+ source = go-tools::git+https://go.googlesource.com/tools#tag=v0.28.0
+ sha256sums =
e7bdd1e0969909123486db3f634a608b44327727cc9a9a8f621c6ece2f5f049d
pkgname = go-tools
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=go-tools
epoch=4
-pkgver=0.27.0
+pkgver=0.28.0
pkgrel=1
pkgdesc='Developer tools for the Go programming language'
arch=(x86_64)
@@ -12,7 +12,7 @@ license=(BSD-3-Clause)
depends=(glibc)
makedepends=(git go)
source=(go-tools::git+https://go.googlesource.com/tools#tag=v$pkgver)
-sha256sums=('47b1ff7a336c6123171719d32f7ad4d64613e7c9b87fffa6eefa2c7fa9f15a9c')
+sha256sums=('e7bdd1e0969909123486db3f634a608b44327727cc9a9a8f621c6ece2f5f049d')
_tools=(benchcmp callgraph compilebench digraph eg fiximports
go-contrib-init godex godoc goimports gomvpkg gotype
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/go-tools/-/commit/7f68a59fef12c097f9db055fe5e8c87776cc931d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/go-tools/-/commit/7f68a59fef12c097f9db055fe5e8c87776cc931d
You're receiving this email because of your account on gitlab.archlinux.org.