From e72001f44f89c0057a8b465aa13f70514dccea99 Mon Sep 17 00:00:00 2001 From: Matheus Fillipe Date: Mon, 23 Feb 2026 18:24:17 +0100 Subject: [PATCH] update to 0.1.10 --- .SRCINFO | 12 ++++++------ PKGBUILD | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 55b44a77cafeb..69ce196709631 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.9 + pkgver = 0.1.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.1.9/LICENSE + source = LICENSE::https://raw.githubusercontent.com/ObsidianIRC/tobby/v0.1.10/LICENSE sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 - source_x86_64 = tobby-0.1.9-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.9/tobby-x86_64-linux - sha256sums_x86_64 = 34ee1acdc5bea5a926081fbd5e9d9de9683559342b0551c0b52bdeac66f59a9f - source_aarch64 = tobby-0.1.9-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.9/tobby-aarch64-linux - sha256sums_aarch64 = eca834ba8167194bfde7e81e73866c1162dc30c305bedc185c65c9a9affb7c52 + source_x86_64 = tobby-0.1.10-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.10/tobby-x86_64-linux + sha256sums_x86_64 = 1e7e8d1fabbfbc1704bf64258cd19bcad6aac60e7fd50c25682d4fd191640089 + source_aarch64 = tobby-0.1.10-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.10/tobby-aarch64-linux + sha256sums_aarch64 = 3ebeefbbd90acb27ce9d55f2eb821d8d60a74b81c7a755868ac78f7e54b51887 pkgname = tobby-bin diff --git a/PKGBUILD b/PKGBUILD index b628f091b22fe..8f0096b08b07c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: YOUR NAME pkgname=tobby-bin -pkgver=0.1.9 +pkgver=0.1.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=('34ee1acdc5bea5a926081fbd5e9d9de9683559342b0551c0b52bdeac66f59a9f') +sha256sums_x86_64=('1e7e8d1fabbfbc1704bf64258cd19bcad6aac60e7fd50c25682d4fd191640089') source_aarch64=( "tobby-${pkgver}-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v${pkgver}/tobby-aarch64-linux" ) -sha256sums_aarch64=('eca834ba8167194bfde7e81e73866c1162dc30c305bedc185c65c9a9affb7c52') +sha256sums_aarch64=('3ebeefbbd90acb27ce9d55f2eb821d8d60a74b81c7a755868ac78f7e54b51887') # Do NOT strip — bun --compile embeds the JS bytecode after the ELF sections # in a non-standard layout that strip will corrupt.