summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHenry Jenkins2023-11-29 21:34:34 +0000
committerHenry Jenkins2023-11-29 21:34:34 +0000
commit127b4da09a063f4de48c5e692c26acb55dd66bff (patch)
tree275338d13fa656658a7572b03046ba6c2b31e07f /PKGBUILD
parent643ade621ada3a0e2232418970dcae84be5c8833 (diff)
downloadaur-please-bin.tar.gz
Updating to 17.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 740cd0a3e3a2..e22d5842be9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Henry Jenkins <archlinux.org@henryjenkins.com>
pkgname=please-bin
-pkgver=16.26.1
+pkgver=17.3.1
pkgrel=1
pkgdesc="A cross-language build system with an emphasis on high performance, extensibility and reproduceability"
arch=("x86_64")
url="https://please.build/"
license=("Apache")
source_x86_64=("https://github.com/thought-machine/please/releases/download/v${pkgver}/please_${pkgver}_linux_amd64.tar.gz")
-sha256sums_x86_64=("d35bf0b068516430db5a29277e80013d8faf4064309696a009468afdc741edd0")
+sha256sums_x86_64=("0701da53203ba158cb5c1075c44be05879a7540cfed96c190869c731ef9bd816")
package() {
install -d "${pkgdir}/opt/thought-machine"