Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=(go go-doc)
epoch=2
pkgver=1.25.4
pkgver=1.25.5
pkgrel=1
pkgdesc='Core compiler tools for the Go programming language'
arch=(x86_64 aarch64 riscv64 loongarch64)
Expand All @@ -15,7 +15,7 @@ provides=(go-pie)
options=(!strip staticlibs)
source=("https://go.dev/dl/go${pkgver}.src.tar.gz"
"remove-use-gold.patch")
sha256sums=('160043b7f17b6d60b50369436917fda8d5034640ba39ae2431c6b95a889cc98c'
sha256sums=('22a5fd0a91efcd28a1b0537106b9959b2804b61f59c3758b51e8e5429c1a954f'
'dce8539658ba86658c20e4bc039af403e4f7a4c3ef44838fbe0e92a33a9e03ae')

prepare()
Expand Down