makedeb
The Go programming language
Click here to go back to the commit logs for golang-go-bin.
Hash: f18434fe45b23b7c7e72db38fe9af846369a08e4
Message: v1.22.3
diff --git a/.SRCINFO b/.SRCINFO
index cf34a81..a3a7508 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,15 +4,15 @@ epoch = 2
pkgbase = golang-go-bin
pkgdesc = The Go programming language
pkgrel = 1
-pkgver = 1.22.2
+pkgver = 1.22.3
url = https://github.com/golang/go
arch = amd64
arch = arm64
conflicts = golang-go
depends = tar
license = BSD3
-provides = golang-go=2:1.22.2
-source_amd64 = https://go.dev/dl/go1.22.2.linux-amd64.tar.gz
-source_arm64 = https://go.dev/dl/go1.22.2.linux-arm64.tar.gz
-sha256sums_amd64 = 5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17
-sha256sums_arm64 = 36e720b2d564980c162a48c7e97da2e407dfcc4239e1e58d98082dfa2486a0c1
+provides = golang-go=2:1.22.3
+source_amd64 = https://go.dev/dl/go1.22.3.linux-amd64.tar.gz
+source_arm64 = https://go.dev/dl/go1.22.3.linux-arm64.tar.gz
+sha256sums_amd64 = 8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36
+sha256sums_arm64 = 6c33e52a5b26e7aa021b94475587fce80043a727a54ceb0eee2f9fc160646434
diff --git a/PKGBUILD b/PKGBUILD
index d6ee404..102eaa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
epoch=2
repology_pkgname=go
pkgname=golang-go-bin
-pkgver=1.22.2
+pkgver=1.22.3
pkgrel=1
pkgdesc='The Go programming language'
arch=(amd64 arm64)
@@ -16,8 +16,8 @@ url='https://github.com/golang/go'
source_arm64=("https://go.dev/dl/go${pkgver}.linux-arm64.tar.gz")
source_amd64=("https://go.dev/dl/go${pkgver}.linux-amd64.tar.gz")
-sha256sums_amd64=('5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17')
-sha256sums_arm64=('36e720b2d564980c162a48c7e97da2e407dfcc4239e1e58d98082dfa2486a0c1')
+sha256sums_amd64=('8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36')
+sha256sums_arm64=('6c33e52a5b26e7aa021b94475587fce80043a727a54ceb0eee2f9fc160646434')
extensions=('zipman')