diff --git a/.SRCINFO b/.SRCINFO index 770bfacf455f4..cfe6a40ac97e6 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.2.0 + pkgver = 0.2.1 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.2.0/LICENSE + source = LICENSE::https://raw.githubusercontent.com/ObsidianIRC/tobby/v0.2.1/LICENSE sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 - source_x86_64 = tobby-0.2.0-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.0/tobby-x86_64-linux - sha256sums_x86_64 = dc763112a4b28d00aa12aab9ae7aa7afcfaf0b67bf31be6a60234815bb4b5348 - source_aarch64 = tobby-0.2.0-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.0/tobby-aarch64-linux - sha256sums_aarch64 = f969eeb30888a529eaa5030aaf3287f26950eab116ec55fc395bff992c8723ea + source_x86_64 = tobby-0.2.1-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.1/tobby-x86_64-linux + sha256sums_x86_64 = ede4f1246b0f8dbd026a2d5415c125115cd5d6d91a3bce989a9f736abcbea144 + source_aarch64 = tobby-0.2.1-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.1/tobby-aarch64-linux + sha256sums_aarch64 = 0a25c52e4d72758c48e29933e9403f35d236bf6a28e9ef22cc54bbcf6e102a16 pkgname = tobby-bin diff --git a/PKGBUILD b/PKGBUILD index b6e11011306bb..0c1a0b13951ba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: YOUR NAME pkgname=tobby-bin -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="The Terminal Obby — a modern IRC client for the terminal (pre-built binary)" arch=('x86_64' 'aarch64') @@ -22,12 +22,12 @@ 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=('dc763112a4b28d00aa12aab9ae7aa7afcfaf0b67bf31be6a60234815bb4b5348') +sha256sums_x86_64=('ede4f1246b0f8dbd026a2d5415c125115cd5d6d91a3bce989a9f736abcbea144') source_aarch64=( "tobby-${pkgver}-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v${pkgver}/tobby-aarch64-linux" ) -sha256sums_aarch64=('f969eeb30888a529eaa5030aaf3287f26950eab116ec55fc395bff992c8723ea') +sha256sums_aarch64=('0a25c52e4d72758c48e29933e9403f35d236bf6a28e9ef22cc54bbcf6e102a16') # Do NOT strip — bun --compile embeds the JS bytecode after the ELF sections # in a non-standard layout that strip will corrupt.