Skip to content

Commit

Permalink
1.23.1-2
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Sep 8, 2024
1 parent d525f89 commit aad82a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions go/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = go
pkgdesc = Core compiler tools for the Go programming language
pkgver = 1.23.0
pkgver = 1.23.1
pkgrel = 2
epoch = 2
url = https://golang.org/
Expand All @@ -12,7 +12,7 @@ pkgbase = go
replaces = go-pie
options = !strip
options = staticlibs
source = https://go.dev/dl/go1.23.0.src.tar.gz
sha256sums = 42b7a8e80d805daa03022ed3fde4321d4c3bf2c990a144165d01eeecd6f699c6
source = https://go.dev/dl/go1.23.1.src.tar.gz
sha256sums = 6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d

pkgname = go
4 changes: 2 additions & 2 deletions go/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _optimize_v4=${_optimize_v4-}

pkgname=go
epoch=2
pkgver=1.23.0
pkgver=1.23.1
pkgrel=2
pkgdesc='Core compiler tools for the Go programming language'
arch=(x86_64)
Expand All @@ -30,7 +30,7 @@ replaces=(go-pie)
provides=(go-pie)
options=(!strip staticlibs)
source=(https://go.dev/dl/go${pkgver}.src.tar.gz)
sha256sums=('42b7a8e80d805daa03022ed3fde4321d4c3bf2c990a144165d01eeecd6f699c6')
sha256sums=('6ee44e298379d146a5e5aa6b1c5b5d5f5d0a3365eabdd70741e6e21340ec3b0d')

build() {
## Enable Optimization, depending on the optimize.
Expand Down

0 comments on commit aad82a3

Please sign in to comment.