summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Jenkins2023-11-29 21:34:34 +0000
committerHenry Jenkins2023-11-29 21:34:34 +0000
commit127b4da09a063f4de48c5e692c26acb55dd66bff (patch)
tree275338d13fa656658a7572b03046ba6c2b31e07f
parent643ade621ada3a0e2232418970dcae84be5c8833 (diff)
downloadaur-127b4da09a063f4de48c5e692c26acb55dd66bff.tar.gz
Updating to 17.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69bb56af1253..eba684f68a91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = please-bin
pkgdesc = A cross-language build system with an emphasis on high performance, extensibility and reproduceability
- pkgver = 16.26.1
+ pkgver = 17.3.1
pkgrel = 1
url = https://please.build/
arch = x86_64
license = Apache
- source_x86_64 = https://github.com/thought-machine/please/releases/download/v16.26.1/please_16.26.1_linux_amd64.tar.gz
- sha256sums_x86_64 = d35bf0b068516430db5a29277e80013d8faf4064309696a009468afdc741edd0
+ source_x86_64 = https://github.com/thought-machine/please/releases/download/v17.3.1/please_17.3.1_linux_amd64.tar.gz
+ sha256sums_x86_64 = 0701da53203ba158cb5c1075c44be05879a7540cfed96c190869c731ef9bd816
pkgname = please-bin
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"