summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Jenkins2020-07-21 08:11:16 +0100
committerHenry Jenkins2020-07-21 08:11:16 +0100
commit1d16795e7ad03f89ab89c078c57eb952dfd74244 (patch)
tree40bf6776207e2fbf9a6c1f8f8c74dffe31efe9bb
parente2b2b3b637879a76d3eecbb2f19e2d00ba98ebc5 (diff)
downloadaur-1d16795e7ad03f89ab89c078c57eb952dfd74244.tar.gz
Updating to 14.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 966b6659aeba..ae566a1f246d 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.5.4
+ pkgver = 14.6.0
pkgrel = 1
url = https://please.build/
arch = x86_64
license = Apache
- source_x86_64 = https://github.com/thought-machine/please/releases/download/v14.5.4/please_14.5.4_linux_amd64.tar.gz
- sha256sums_x86_64 = 1518756177c5036cb7adbde6545ff46324eea8c3e52733bf326dd76481bf248e
+ source_x86_64 = https://github.com/thought-machine/please/releases/download/v14.6.0/please_14.6.0_linux_amd64.tar.gz
+ sha256sums_x86_64 = bf1cbe92ef3d98dd3fc8ba0365683c71de24ec3c818e7ed3b64eee3112fe190f
pkgname = please-bin
diff --git a/PKGBUILD b/PKGBUILD
index 66c59ba5c3d2..edfbd1bedd75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Henry Jenkins <archlinux.org@henryjenkins.com>
pkgname=please-bin
-pkgver=14.5.4
+pkgver=14.6.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=("1518756177c5036cb7adbde6545ff46324eea8c3e52733bf326dd76481bf248e")
+sha256sums_x86_64=("bf1cbe92ef3d98dd3fc8ba0365683c71de24ec3c818e7ed3b64eee3112fe190f")
package() {
install -d "${pkgdir}/opt/thought-machine"