summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Jenkins2021-03-04 21:18:56 +0000
committerHenry Jenkins2021-03-04 21:18:56 +0000
commit99dbf634926384e5e38fed751b11ec620c00fb57 (patch)
treed10febd2c95787f58dbc0debd8240fbca7f3f6cb
parent19009a59081decdf236d7adb1c3099d9df6ae9d5 (diff)
downloadaur-99dbf634926384e5e38fed751b11ec620c00fb57.tar.gz
Updating to 15.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dda51567200..a0a59571740a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = please-bin
pkgdesc = A cross-language build system with an emphasis on high performance, extensibility and reproduceability
- pkgver = 15.14.0
+ pkgver = 15.17.0
pkgrel = 1
url = https://please.build/
arch = x86_64
license = Apache
- source_x86_64 = https://github.com/thought-machine/please/releases/download/v15.14.0/please_15.14.0_linux_amd64.tar.gz
- sha256sums_x86_64 = 87e0bea6f24d4bbced15e52f0de572311e2a7da007c5cd37ed396af30a18ef45
+ source_x86_64 = https://github.com/thought-machine/please/releases/download/v15.17.0/please_15.17.0_linux_amd64.tar.gz
+ sha256sums_x86_64 = 0b47212c0f71fe92e69e27bfdddd52f9a9b5090b9c62e4c3ad2ed4a30cee2cf2
pkgname = please-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8df0df6dcffb..efc16a130633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Henry Jenkins <archlinux.org@henryjenkins.com>
pkgname=please-bin
-pkgver=15.14.0
+pkgver=15.17.0
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=("87e0bea6f24d4bbced15e52f0de572311e2a7da007c5cd37ed396af30a18ef45")
+sha256sums_x86_64=("0b47212c0f71fe92e69e27bfdddd52f9a9b5090b9c62e4c3ad2ed4a30cee2cf2")
package() {
install -d "${pkgdir}/opt/thought-machine"