summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Jenkins2022-12-23 20:12:40 +0000
committerHenry Jenkins2022-12-23 20:12:40 +0000
commit643ade621ada3a0e2232418970dcae84be5c8833 (patch)
tree9999e350e029b1f0cae52a988fb92998815d21df
parent2110e7d2142dfd80c30fab423cd651f03d54662c (diff)
downloadaur-643ade621ada3a0e2232418970dcae84be5c8833.tar.gz
Updating to 16.26.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3f632f71f02..69bb56af1253 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.25.1
+ pkgver = 16.26.1
pkgrel = 1
url = https://please.build/
arch = x86_64
license = Apache
- source_x86_64 = https://github.com/thought-machine/please/releases/download/v16.25.1/please_16.25.1_linux_amd64.tar.gz
- sha256sums_x86_64 = e4331472c96a5bc1f99a6378fd8d7c4786afe80654402d747ef2d8caf9c7644d
+ 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
pkgname = please-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3ce69e54079d..740cd0a3e3a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Henry Jenkins <archlinux.org@henryjenkins.com>
pkgname=please-bin
-pkgver=16.25.1
+pkgver=16.26.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=("e4331472c96a5bc1f99a6378fd8d7c4786afe80654402d747ef2d8caf9c7644d")
+sha256sums_x86_64=("d35bf0b068516430db5a29277e80013d8faf4064309696a009468afdc741edd0")
package() {
install -d "${pkgdir}/opt/thought-machine"