Skip to content

Commit

Permalink
contrib/go: update to 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed May 8, 2024
1 parent 0ef16cf commit a992db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/go/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "go"
pkgver = "1.22.2"
pkgver = "1.22.3"
pkgrel = 0
hostmakedepends = ["bash"]
checkdepends = [
Expand All @@ -12,7 +12,7 @@
license = "BSD-3-Clause"
url = "https://go.dev"
source = f"{url}/dl/go{pkgver}.src.tar.gz"
sha256 = "374ea82b289ec738e968267cac59c7d5ff180f9492250254784b2044e90df5a9"
sha256 = "80648ef34f903193d72a59c0dff019f5f98ae0c9aa13ade0b0ecbff991a76f68"
env = {}
# a bunch of tests fail for now, so FIXME
options = [
Expand Down

0 comments on commit a992db9

Please sign in to comment.