summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Jenkins2022-07-25 07:52:45 +0100
committerHenry Jenkins2022-07-25 07:52:45 +0100
commit5583bcf2f6291c56c3ae0e08003dc1054e5517bb (patch)
treef9c770af90bf4ffabf384e64543f2835c8998bfa
parentb4fe12e099ac2d6eb8f5cb1eda8f53ca8bf63382 (diff)
downloadaur-5583bcf2f6291c56c3ae0e08003dc1054e5517bb.tar.gz
Updating to 16.21.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5222bc5a8de7..f2883da5c2da 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.20.2
+ pkgver = 16.21.3
pkgrel = 1
url = https://please.build/
arch = x86_64
license = Apache
- source_x86_64 = https://github.com/thought-machine/please/releases/download/v16.20.2/please_16.20.2_linux_amd64.tar.gz
- sha256sums_x86_64 = 5989835d0257fd41c6f762159c03edac8eaa34e7f1c89a237e7263c122234a41
+ source_x86_64 = https://github.com/thought-machine/please/releases/download/v16.21.3/please_16.21.3_linux_amd64.tar.gz
+ sha256sums_x86_64 = 57783698bdd3d5171b7811fea27806f9eef64ef4a7baefe5d81d2767e83fd913
pkgname = please-bin
diff --git a/PKGBUILD b/PKGBUILD
index cd55ba7613c1..c3ad02a735d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Henry Jenkins <archlinux.org@henryjenkins.com>
pkgname=please-bin
-pkgver=16.20.2
+pkgver=16.21.3
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=("5989835d0257fd41c6f762159c03edac8eaa34e7f1c89a237e7263c122234a41")
+sha256sums_x86_64=("57783698bdd3d5171b7811fea27806f9eef64ef4a7baefe5d81d2767e83fd913")
package() {
install -d "${pkgdir}/opt/thought-machine"