Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pi/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions pi/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Travis Lyons <pkgbuild at trly dot dev>
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')
Expand All @@ -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() {
Expand Down