From 89c03d4e8271fdaaa4bc1f7b626ac891e9e77b66 Mon Sep 17 00:00:00 2001 From: Noel Cower Date: Thu, 5 Dec 2019 08:11:40 -0800 Subject: [PATCH] go1.12-bootstrap: update to 1.12.14. --- srcpkgs/go1.12-bootstrap/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/go1.12-bootstrap/template b/srcpkgs/go1.12-bootstrap/template index 840fcf72b56..bee1080a2b2 100644 --- a/srcpkgs/go1.12-bootstrap/template +++ b/srcpkgs/go1.12-bootstrap/template @@ -1,6 +1,6 @@ # Template file for 'go1.12-bootstrap' pkgname=go1.12-bootstrap -version=1.12.13 +version=1.12.14 revision=1 archs="x86_64* i686* armv[67]l* aarch64* ppc64le*" wrksrc="go" @@ -21,23 +21,23 @@ fi case "$XBPS_TARGET_MACHINE" in x86_64*) _dist_arch="amd64" - checksum="da036454cb3353f9f507f0ceed4048feac611065e4e1818b434365eb32ac9bdc" + checksum="925a1a9d8b31c2425d7313fe73d3342288968a66e26cd8bf1b6b5656f4603fcb" ;; i686*) _dist_arch="386" - checksum="fafcb585591557b7b16d9b22dec4654193d205cf444b1810ab2988f658585e23" + checksum="76dda90b4fc0410212094b433cfdc40c9802fba972427e95cbdec3c5b94fd7a6" ;; arm*) _dist_arch="armv6l" - checksum="bf061cc3d4951e07904496b5c3d6c82419309d24634835522d786673a3f5438f" + checksum="c7aa5562168b6eb3a4bb54af061d68bcb6b9ecae9d785f9a38255c107c986b73" ;; aarch64*) _dist_arch="arm64" - checksum="dcfcb3785292c98f7a75c2276169dfe2d445c19f8ffe1d40b3f7b8f59712d361" + checksum="1ab765f4cf74f05cfba40ddcea9160ca6cf9a57915036a559ca1691942862e7c" ;; ppc64le*) _dist_arch="ppc64le" - checksum="77056264abcf5444ed0d9ab7552552ae2145ca8fb6c39d33db3c735eaf3f42d2" + checksum="4e237b1357922e186337989914201e98bd9aed855f4034a5918476650484f83d" ;; esac