summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Jenkins2021-04-25 19:48:18 +0100
committerHenry Jenkins2021-04-25 19:48:18 +0100
commit0fe1981c41af829f474002555d70655a4d3c46f5 (patch)
tree1241aadf95963c02e3b496ef042b05b71cb158a0
parent0c5e0ceac99cd504f30016653c8f07a4ccff91c7 (diff)
downloadaur-0fe1981c41af829f474002555d70655a4d3c46f5.tar.gz
Updating to 16.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87555f0bb199..96f92486e7f4 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.17.1
+ pkgver = 16.0.0
pkgrel = 1
url = https://please.build/
arch = x86_64
license = Apache
- source_x86_64 = https://github.com/thought-machine/please/releases/download/v15.17.1/please_15.17.1_linux_amd64.tar.gz
- sha256sums_x86_64 = 6ac1641f4b3e85c289e003fdba6928865e69ae3ab404ce1fa40a2f06920d506a
+ source_x86_64 = https://github.com/thought-machine/please/releases/download/v16.0.0/please_16.0.0_linux_amd64.tar.gz
+ sha256sums_x86_64 = dac8310e3b384a529c417dc41acdd4984b5b0524e4f3c87fa3abe30ffeea75d3
pkgname = please-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5683314a1f4c..98f6da512e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Henry Jenkins <archlinux.org@henryjenkins.com>
pkgname=please-bin
-pkgver=15.17.1
+pkgver=16.0.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=("6ac1641f4b3e85c289e003fdba6928865e69ae3ab404ce1fa40a2f06920d506a")
+sha256sums_x86_64=("dac8310e3b384a529c417dc41acdd4984b5b0524e4f3c87fa3abe30ffeea75d3")
package() {
install -d "${pkgdir}/opt/thought-machine"