summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Jenkins2020-12-25 09:51:24 +0000
committerHenry Jenkins2020-12-25 09:51:24 +0000
commit98e53a6bd6c6195a9763689b3a111dd8316f5ed2 (patch)
tree306a81b89f1994df180c45d57b9a8c23e661020a
parentad7052ed4f167c60e3d2f5ebcec22c813769f5e4 (diff)
downloadaur-98e53a6bd6c6195a9763689b3a111dd8316f5ed2.tar.gz
Updating to 15.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ae443e885af..6f93a68d696b 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.9.1
+ pkgver = 15.11.0
pkgrel = 1
url = https://please.build/
arch = x86_64
license = Apache
- source_x86_64 = https://github.com/thought-machine/please/releases/download/v15.9.1/please_15.9.1_linux_amd64.tar.gz
- sha256sums_x86_64 = d5e62f5004fc8400816bd0332d8882212a2c962e04fd553b63023457b4e32ba5
+ source_x86_64 = https://github.com/thought-machine/please/releases/download/v15.11.0/please_15.11.0_linux_amd64.tar.gz
+ sha256sums_x86_64 = deb4a143ec94696606ed7ee2dbfcc0943f0d8d2206cb932928484d75ce80ccf7
pkgname = please-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2fa5fc478da5..b1635dd825ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Henry Jenkins <archlinux.org@henryjenkins.com>
pkgname=please-bin
-pkgver=15.9.1
+pkgver=15.11.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=("d5e62f5004fc8400816bd0332d8882212a2c962e04fd553b63023457b4e32ba5")
+sha256sums_x86_64=("deb4a143ec94696606ed7ee2dbfcc0943f0d8d2206cb932928484d75ce80ccf7")
package() {
install -d "${pkgdir}/opt/thought-machine"