Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / go
Commits: e1fcc1c0 by Lukas Fleischer at 2024-07-03T18:54:37+12:00 upgpkg: 2:1.22.5-1: update to 1.22.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = go pkgdesc = Core compiler tools for the Go programming language - pkgver = 1.22.4 + pkgver = 1.22.5 pkgrel = 1 epoch = 2 url = https://golang.org/ @@ -12,10 +12,10 @@ pkgbase = go replaces = go-pie options = !strip options = staticlibs - source = https://go.dev/dl/go1.22.4.src.tar.gz - source = https://go.dev/dl/go1.22.4.src.tar.gz.asc + source = https://go.dev/dl/go1.22.5.src.tar.gz + source = https://go.dev/dl/go1.22.5.src.tar.gz.asc validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796 - sha256sums = fed720678e728a7ca30ba8d1ded1caafe27d16028fab0232b8ba8e22008fb784 + sha256sums = ac9c723f224969aee624bc34fd34c9e13f2a212d75c71c807de644bb46e112f6 sha256sums = SKIP pkgname = go ===================================== PKGBUILD ===================================== @@ -14,7 +14,7 @@ pkgname=go epoch=2 -pkgver=1.22.4 +pkgver=1.22.5 pkgrel=1 pkgdesc='Core compiler tools for the Go programming language' arch=(x86_64) @@ -26,7 +26,7 @@ provides=(go-pie) options=(!strip staticlibs) source=(https://go.dev/dl/go${pkgver}.src.tar.gz{,.asc}) validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796') -sha256sums=('fed720678e728a7ca30ba8d1ded1caafe27d16028fab0232b8ba8e22008fb784' +sha256sums=('ac9c723f224969aee624bc34fd34c9e13f2a212d75c71c807de644bb46e112f6' 'SKIP') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/go/-/commit/e1fcc1c0388500bc4c6bc273ae7be9ee492a5a34 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/go/-/commit/e1fcc1c0388500bc4c6bc273ae7be9ee492a5a34 You're receiving this email because of your account on gitlab.archlinux.org.