mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-13 12:47:01 +02:00
go1.22-bootstrap: update to 1.22.6.
This commit is contained in:
parent
a541b8c6ee
commit
2c0e15b0b9
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'go1.22-bootstrap'
|
||||
pkgname=go1.22-bootstrap
|
||||
version=1.22.0
|
||||
version=1.22.6
|
||||
revision=1
|
||||
archs="x86_64* i686* armv[67]l* aarch64* ppc64le*"
|
||||
short_desc="Go 1.22 (bootstrap compiler)"
|
||||
|
@ -20,23 +20,23 @@ fi
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*)
|
||||
_dist_arch="amd64"
|
||||
checksum="f6c8a87aa03b92c4b0bf3d558e28ea03006eb29db78917daec5cfb6ec1046265"
|
||||
checksum="999805bed7d9039ec3da1a53bfbcafc13e367da52aa823cb60b68ba22d44c616"
|
||||
;;
|
||||
i686*)
|
||||
_dist_arch="386"
|
||||
checksum="1e209c4abde069067ac9afb341c8003db6a210f8173c77777f02d3a524313da3"
|
||||
checksum="9e680027b058beab10ce5938607660964b6d2c564bf50bdb01aa090dc5beda98"
|
||||
;;
|
||||
arm*)
|
||||
_dist_arch="armv6l"
|
||||
checksum="0525f92f79df7ed5877147bce7b955f159f3962711b69faac66bc7121d36dcc4"
|
||||
checksum="b566484fe89a54c525dd1a4cbfec903c1f6e8f0b7b3dbaf94c79bc9145391083"
|
||||
;;
|
||||
aarch64*)
|
||||
_dist_arch="arm64"
|
||||
checksum="6a63fef0e050146f275bf02a0896badfe77c11b6f05499bb647e7bd613a45a10"
|
||||
checksum="c15fa895341b8eaf7f219fada25c36a610eb042985dc1a912410c1c90098eaf2"
|
||||
;;
|
||||
ppc64le*)
|
||||
_dist_arch="ppc64le"
|
||||
checksum="0e57f421df9449066f00155ce98a5be93744b3d81b00ee4c2c9b511be2a31d93"
|
||||
checksum="9d99fce3f6f72a76630fe91ec0884dfe3db828def4713368424900fa98bb2bd6"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue