summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Jenkins2021-06-30 20:38:32 +0100
committerHenry Jenkins2021-06-30 20:38:32 +0100
commit4cf434fa03fc4508fae95dd7f6096aa42138016d (patch)
tree98fa289e3a5c9f33216c3dccb6405b8fba3a4630
parent6ccb0c305af4593a2629d2bb19fd03c6335aa89c (diff)
downloadaur-4cf434fa03fc4508fae95dd7f6096aa42138016d.tar.gz
Updating to 16.1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c407395b06a..74feed244c9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = please-bin
pkgdesc = A cross-language build system with an emphasis on high performance, extensibility and reproduceability
- pkgver = 16.0.1
+ pkgver = 16.1.1
pkgrel = 1
url = https://please.build/
arch = x86_64
license = Apache
- source_x86_64 = https://github.com/thought-machine/please/releases/download/v16.0.1/please_16.0.1_linux_amd64.tar.gz
- sha256sums_x86_64 = c1c7b733169ed247abda1b0bb30e417e5df2323d7b7639ecf2ba232a2650737b
+ source_x86_64 = https://github.com/thought-machine/please/releases/download/v16.1.1/please_16.1.1_linux_amd64.tar.gz
+ sha256sums_x86_64 = 64a1e2c96d52411e6bd1c8c3ffce642d43fb5bb813c8a6f4074952ddfc5568b2
pkgname = please-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 121162994a37..7692bf2fb03e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Henry Jenkins <archlinux.org@henryjenkins.com>
pkgname=please-bin
-pkgver=16.0.1
+pkgver=16.1.1
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=("c1c7b733169ed247abda1b0bb30e417e5df2323d7b7639ecf2ba232a2650737b")
+sha256sums_x86_64=("64a1e2c96d52411e6bd1c8c3ffce642d43fb5bb813c8a6f4074952ddfc5568b2")
package() {
install -d "${pkgdir}/opt/thought-machine"