We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27a64e commit d397ff2Copy full SHA for d397ff2
user/got/template.py
@@ -1,5 +1,5 @@
1
pkgname = "got"
2
-pkgver = "0.110"
+pkgver = "0.111"
3
pkgrel = 0
4
build_style = "gnu_configure"
5
configure_args = [
@@ -28,7 +28,7 @@
28
license = "ISC"
29
url = "https://gameoftrees.org"
30
source = f"{url}/releases/portable/got-portable-{pkgver}.tar.gz"
31
-sha256 = "3635e41205e7f85236a6e76ff785d3d8997131cf353c8cdf6f6d25c031661d29"
+sha256 = "d096f76e91a700dd0d22fbaf9641c2b94f8a6de16f09b0f4939c9b96a9d878ce"
32
env = {"GOT_RELEASE": "Yes"}
33
hardening = ["vis", "cfi"]
34
# tests require pre-installing got/tog in pre_check and running ssh locally
0 commit comments