From 848b1df8e6d8fe3fc6d409d7d209c109616741b5 Mon Sep 17 00:00:00 2001 From: Matheus Fillipe Date: Tue, 24 Feb 2026 21:10:09 +0100 Subject: [PATCH] update to 0.1.17 --- .SRCINFO | 12 ++++++------ PKGBUILD | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f4df6a4cd2d32..2026548f720dd 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.11 + pkgver = 0.1.17 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.11/LICENSE + source = LICENSE::https://raw.githubusercontent.com/ObsidianIRC/tobby/v0.1.17/LICENSE sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 - source_x86_64 = tobby-0.1.11-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.11/tobby-x86_64-linux - sha256sums_x86_64 = 6574df27bfe2c3f2cb177174ef7b3e3a7d39edea629741506f96a820d5c713f4 - source_aarch64 = tobby-0.1.11-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.11/tobby-aarch64-linux - sha256sums_aarch64 = d4a1426a3aa202dff5513632bab15c439a62f4c87f93753a261614a9ac8ed50f + source_x86_64 = tobby-0.1.17-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.17/tobby-x86_64-linux + sha256sums_x86_64 = dfc985a250e6e8dccdece53f768d689aaf5a76046eaa7cd278dbd8dc35fe24b0 + source_aarch64 = tobby-0.1.17-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.17/tobby-aarch64-linux + sha256sums_aarch64 = 95c44b0cba3d385911ca17864ce48dd895869ff98486b5200fb9d6b3a4da2cd0 pkgname = tobby-bin diff --git a/PKGBUILD b/PKGBUILD index f276dfcf5007e..aa88aeb7ed988 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: YOUR NAME pkgname=tobby-bin -pkgver=0.1.11 +pkgver=0.1.17 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=('6574df27bfe2c3f2cb177174ef7b3e3a7d39edea629741506f96a820d5c713f4') +sha256sums_x86_64=('dfc985a250e6e8dccdece53f768d689aaf5a76046eaa7cd278dbd8dc35fe24b0') source_aarch64=( "tobby-${pkgver}-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v${pkgver}/tobby-aarch64-linux" ) -sha256sums_aarch64=('d4a1426a3aa202dff5513632bab15c439a62f4c87f93753a261614a9ac8ed50f') +sha256sums_aarch64=('95c44b0cba3d385911ca17864ce48dd895869ff98486b5200fb9d6b3a4da2cd0') # Do NOT strip — bun --compile embeds the JS bytecode after the ELF sections # in a non-standard layout that strip will corrupt.