From 82bfc47478bf1bdaaedf286de30635319272304f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 13:21:14 +0000 Subject: [PATCH 1/2] chore(deps): update dependency earendil-works/pi to v0.85.1 --- pi/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi/PKGBUILD b/pi/PKGBUILD index eb151ac..b5f8a80 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') From da44e5847a4607b1cb3542fb68a4b9ad0072df01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 13:21:44 +0000 Subject: [PATCH 2/2] chore: update package metadata --- pi/.SRCINFO | 8 ++++---- pi/PKGBUILD | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 b5f8a80..19eb009 100644 --- a/pi/PKGBUILD +++ b/pi/PKGBUILD @@ -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() {