summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Jenkins2020-04-19 09:17:36 +0100
committerHenry Jenkins2020-04-19 09:17:36 +0100
commit68346a61fb28ba390290993ffd77f89ec09c5593 (patch)
tree9b521f43a5fc4a6a85f435619052d2891e3eb90b
parente4f1dd2617c5450312f0738050c65a35071b9eb0 (diff)
downloadaur-68346a61fb28ba390290993ffd77f89ec09c5593.tar.gz
Updating to 14.3.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 262f0bc48da7..887ccdb8d052 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 = 14.3.9
+ pkgver = 14.3.11
pkgrel = 1
url = https://please.build/
arch = x86_64
license = Apache
- source_x86_64 = https://github.com/thought-machine/please/releases/download/v14.3.9/please_14.3.9_linux_amd64.tar.gz
- sha256sums_x86_64 = b2c116b27909ae82b21f7bc8fac116c63fbbfa7e8098825bb38efab2dc2bf7d5
+ source_x86_64 = https://github.com/thought-machine/please/releases/download/v14.3.11/please_14.3.11_linux_amd64.tar.gz
+ sha256sums_x86_64 = ff2fe00cbd51f964009180113f64a210b0b02930270f390345a4f6250895beb8
pkgname = please-bin
diff --git a/PKGBUILD b/PKGBUILD
index 09c4d1edb832..42cf9f02470f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Henry Jenkins <archlinux.org@henryjenkins.com>
pkgname=please-bin
-pkgver=14.3.9
+pkgver=14.3.11
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=("b2c116b27909ae82b21f7bc8fac116c63fbbfa7e8098825bb38efab2dc2bf7d5")
+sha256sums_x86_64=("ff2fe00cbd51f964009180113f64a210b0b02930270f390345a4f6250895beb8")
package() {
install -d "${pkgdir}/opt/thought-machine"