diff --git a/.SRCINFO b/.SRCINFO index d396e84f9d24e..2711e33b53e47 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = tobby-bin pkgdesc = The Terminal Obby — a modern IRC client for the terminal (pre-built binary) - pkgver = 0.1.0 + pkgver = 0.1.6 pkgrel = 1 url = https://github.com/ObsidianIRC/tobby arch = x86_64 @@ -13,11 +13,11 @@ pkgbase = tobby-bin provides = tobby conflicts = tobby options = !strip - source = LICENSE::https://raw.githubusercontent.com/ObsidianIRC/tobby/v0.1.0/LICENSE - sha256sums = SKIP - source_x86_64 = tobby-0.1.0-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.0/tobby-x86_64-linux - sha256sums_x86_64 = SKIP - source_aarch64 = tobby-0.1.0-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.0/tobby-aarch64-linux - sha256sums_aarch64 = SKIP + source = LICENSE::https://raw.githubusercontent.com/ObsidianIRC/tobby/v0.1.6/LICENSE + sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 + source_x86_64 = tobby-0.1.6-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.6/tobby-x86_64-linux + sha256sums_x86_64 = 3b81166c39f6d68782f57d938bbb00cc55418aef18ad9d25f35ac8087c0079e2 + source_aarch64 = tobby-0.1.6-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.6/tobby-aarch64-linux + sha256sums_aarch64 = 0c1bbdaec7dff51c1c787ec19b306912b623baf50e724bfc3c9e75574db9bb35 pkgname = tobby-bin diff --git a/PKGBUILD b/PKGBUILD index 8c90b5bf51e9d..34d7af7705000 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: YOUR NAME pkgname=tobby-bin -pkgver=0.1.0 +pkgver=0.1.6 pkgrel=1 pkgdesc="The Terminal Obby — a modern IRC client for the terminal (pre-built binary)" arch=('x86_64' 'aarch64') @@ -17,23 +17,17 @@ conflicts=('tobby') source=( "LICENSE::https://raw.githubusercontent.com/ObsidianIRC/tobby/v${pkgver}/LICENSE" ) -sha256sums=( - 'SKIP' -) +sha256sums=('3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986') source_x86_64=( "tobby-${pkgver}-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v${pkgver}/tobby-x86_64-linux" ) -sha256sums_x86_64=( - 'SKIP' -) +sha256sums_x86_64=('3b81166c39f6d68782f57d938bbb00cc55418aef18ad9d25f35ac8087c0079e2') source_aarch64=( "tobby-${pkgver}-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v${pkgver}/tobby-aarch64-linux" ) -sha256sums_aarch64=( - 'SKIP' -) +sha256sums_aarch64=('0c1bbdaec7dff51c1c787ec19b306912b623baf50e724bfc3c9e75574db9bb35') # Do NOT strip — bun --compile embeds the JS bytecode after the ELF sections # in a non-standard layout that strip will corrupt.