diff --git a/pi/.SRCINFO b/pi/.SRCINFO index 72d0d53..cf0fc33 100644 --- a/pi/.SRCINFO +++ b/pi/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = pi pkgdesc = Minimal terminal coding harness - pkgver = 0.85.0 + pkgver = 0.85.1 pkgrel = 1 url = https://github.com/earendil-works/pi arch = x86_64 @@ -10,9 +10,9 @@ pkgbase = pi depends = glibc options = !debug options = !strip - source = pi-0.85.0-linux-x64.tar.gz::https://github.com/earendil-works/pi/releases/download/v0.85.0/pi-linux-x64.tar.gz - source = LICENSE-0.85.0::https://github.com/earendil-works/pi/raw/v0.85.0/LICENSE - sha256sums = a7e7c65f1dc528d2e17e7d946ad2b61df0e2b0f9952faee77807c2484b464d6e + source = pi-0.85.1-linux-x64.tar.gz::https://github.com/earendil-works/pi/releases/download/v0.85.1/pi-linux-x64.tar.gz + source = LICENSE-0.85.1::https://github.com/earendil-works/pi/raw/v0.85.1/LICENSE + sha256sums = 494e498f47d74d21f40b3386f6a5e921a3d49531a169cab55bbdaca0ea1fe25a sha256sums = 0457f5bcec3b3b211605dfb5d1a49042fd638f3686a410fe099c24a25af13c48 pkgname = pi diff --git a/pi/PKGBUILD b/pi/PKGBUILD index eb151ac..19eb009 100644 --- a/pi/PKGBUILD +++ b/pi/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Travis Lyons pkgname=pi -pkgver=0.85.0 # renovate: datasource=github-tags depName=earendil-works/pi +pkgver=0.85.1 # renovate: datasource=github-tags depName=earendil-works/pi pkgrel=1 pkgdesc="Minimal terminal coding harness" arch=('x86_64') @@ -12,7 +12,7 @@ options=('!debug' '!strip') source=("${pkgname}-${pkgver}-linux-x64.tar.gz::${url}/releases/download/v${pkgver}/pi-linux-x64.tar.gz" "LICENSE-${pkgver}::${url}/raw/v${pkgver}/LICENSE") -sha256sums=('a7e7c65f1dc528d2e17e7d946ad2b61df0e2b0f9952faee77807c2484b464d6e' +sha256sums=('494e498f47d74d21f40b3386f6a5e921a3d49531a169cab55bbdaca0ea1fe25a' '0457f5bcec3b3b211605dfb5d1a49042fd638f3686a410fe099c24a25af13c48') package() {