summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Jenkins2021-05-02 15:15:01 +0100
committerHenry Jenkins2021-05-02 15:15:01 +0100
commit6ccb0c305af4593a2629d2bb19fd03c6335aa89c (patch)
treed092688e92c625c2c531c99fca60e6a91cb7947f
parent0fe1981c41af829f474002555d70655a4d3c46f5 (diff)
downloadaur-6ccb0c305af4593a2629d2bb19fd03c6335aa89c.tar.gz
Updating to 16.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96f92486e7f4..4c407395b06a 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 = 16.0.0
+ pkgver = 16.0.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.0/please_16.0.0_linux_amd64.tar.gz
- sha256sums_x86_64 = dac8310e3b384a529c417dc41acdd4984b5b0524e4f3c87fa3abe30ffeea75d3
+ 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
pkgname = please-bin
diff --git a/PKGBUILD b/PKGBUILD
index 98f6da512e9a..121162994a37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Henry Jenkins <archlinux.org@henryjenkins.com>
pkgname=please-bin
-pkgver=16.0.0
+pkgver=16.0.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=("dac8310e3b384a529c417dc41acdd4984b5b0524e4f3c87fa3abe30ffeea75d3")
+sha256sums_x86_64=("c1c7b733169ed247abda1b0bb30e417e5df2323d7b7639ecf2ba232a2650737b")
package() {
install -d "${pkgdir}/opt/thought-machine"