From baa31059112d749e45791c3952ddcc47b075f6f7 Mon Sep 17 00:00:00 2001 From: Matheus Fillipe Date: Wed, 25 Feb 2026 13:01:30 +0100 Subject: [PATCH] update to 0.1.23 --- .SRCINFO | 12 ++++++------ PKGBUILD | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7c8276cf2ab0c..c62963273a3e5 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.20 + pkgver = 0.1.23 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.20/LICENSE + source = LICENSE::https://raw.githubusercontent.com/ObsidianIRC/tobby/v0.1.23/LICENSE sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 - source_x86_64 = tobby-0.1.20-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.20/tobby-x86_64-linux - sha256sums_x86_64 = b4be035a73160d0bf3d4e6d7ae035ab4ce501686a62b44db83c60ed3003ddaac - source_aarch64 = tobby-0.1.20-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.20/tobby-aarch64-linux - sha256sums_aarch64 = 374c376561ed963950016e64b73823865e9b6d4875a9c09889019172d593c677 + source_x86_64 = tobby-0.1.23-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.23/tobby-x86_64-linux + sha256sums_x86_64 = 000530970dc9d640c98d27912e0cdcae843d8a2bdae142958d77822d9713665d + source_aarch64 = tobby-0.1.23-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.23/tobby-aarch64-linux + sha256sums_aarch64 = 53334d5aff315c6d46b9903b1f847ba12c3164c91135d7389a0c4648381143de pkgname = tobby-bin diff --git a/PKGBUILD b/PKGBUILD index 6833a27af39ac..4beb46864dc3e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: YOUR NAME pkgname=tobby-bin -pkgver=0.1.20 +pkgver=0.1.23 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=('b4be035a73160d0bf3d4e6d7ae035ab4ce501686a62b44db83c60ed3003ddaac') +sha256sums_x86_64=('000530970dc9d640c98d27912e0cdcae843d8a2bdae142958d77822d9713665d') source_aarch64=( "tobby-${pkgver}-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v${pkgver}/tobby-aarch64-linux" ) -sha256sums_aarch64=('374c376561ed963950016e64b73823865e9b6d4875a9c09889019172d593c677') +sha256sums_aarch64=('53334d5aff315c6d46b9903b1f847ba12c3164c91135d7389a0c4648381143de') # Do NOT strip — bun --compile embeds the JS bytecode after the ELF sections # in a non-standard layout that strip will corrupt.