From 7c01d2570c2146e7ab97eab65c6934c04bdc5ed8 Mon Sep 17 00:00:00 2001 From: Matheus Fillipe Date: Thu, 5 Mar 2026 16:26:24 +0100 Subject: [PATCH] update to 0.2.10 --- .SRCINFO | 12 ++++++------ PKGBUILD | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 63daa52a4b71f..52fb76530cd9b 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.9 + pkgver = 0.2.10 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.9/LICENSE + source = LICENSE::https://raw.githubusercontent.com/ObsidianIRC/tobby/v0.2.10/LICENSE sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 - source_x86_64 = tobby-0.2.9-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.9/tobby-x86_64-linux - sha256sums_x86_64 = 1f1ae0f852856980d22181e0da3874cba4d51025644482df3aaa1fe852cc980f - source_aarch64 = tobby-0.2.9-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.9/tobby-aarch64-linux - sha256sums_aarch64 = df6b23f1ae967e757343bb53d7bc8481427e17b42400f31d1864c67df9f868bf + source_x86_64 = tobby-0.2.10-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.10/tobby-x86_64-linux + sha256sums_x86_64 = 53cb19874814843bb353e15f95c9837e6d0e4b1100741663fe068064e2bc6244 + source_aarch64 = tobby-0.2.10-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.10/tobby-aarch64-linux + sha256sums_aarch64 = 68756d5e447e05dc60f7059b8837fe0f1225175d98f0a821daa3b6c23c483c66 pkgname = tobby-bin diff --git a/PKGBUILD b/PKGBUILD index 14051f5301902..c6c7af53889e4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: YOUR NAME pkgname=tobby-bin -pkgver=0.2.9 +pkgver=0.2.10 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=('1f1ae0f852856980d22181e0da3874cba4d51025644482df3aaa1fe852cc980f') +sha256sums_x86_64=('53cb19874814843bb353e15f95c9837e6d0e4b1100741663fe068064e2bc6244') source_aarch64=( "tobby-${pkgver}-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v${pkgver}/tobby-aarch64-linux" ) -sha256sums_aarch64=('df6b23f1ae967e757343bb53d7bc8481427e17b42400f31d1864c67df9f868bf') +sha256sums_aarch64=('68756d5e447e05dc60f7059b8837fe0f1225175d98f0a821daa3b6c23c483c66') # Do NOT strip — bun --compile embeds the JS bytecode after the ELF sections # in a non-standard layout that strip will corrupt.