diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,11 @@ pkgbase = please-bin pkgdesc = A cross-language build system with an emphasis on high performance, extensibility and reproduceability - pkgver = 17.12.5 + pkgver = 17.13.1 pkgrel = 1 url = https://please.build/ arch = x86_64 license = Apache - source_x86_64 = https://github.com/thought-machine/please/releases/download/v17.12.5/please_17.12.5_linux_amd64.tar.gz - sha256sums_x86_64 = 2fadb69daa705934ff7c596627b53282422a96e56725fe6c377525d0859b57f5 + source_x86_64 = https://github.com/thought-machine/please/releases/download/v17.13.1/please_17.13.1_linux_amd64.tar.gz + sha256sums_x86_64 = 7c735af04fdc1c56c5c7f4e7e99a32926135d7ea142244da4f78099882968065 pkgname = please-bin @@ -1,14 +1,14 @@ # Maintainer: Henry Jenkins <archlinux.org@henryjenkins.name> pkgname=please-bin -pkgver=17.12.5 +pkgver=17.13.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=("2fadb69daa705934ff7c596627b53282422a96e56725fe6c377525d0859b57f5") +sha256sums_x86_64=("7c735af04fdc1c56c5c7f4e7e99a32926135d7ea142244da4f78099882968065") package() { install -d "${pkgdir}/opt/thought-machine" |