From 5bc67f0dc719e4c5cb54a51fe4ac6273bd781533 Mon Sep 17 00:00:00 2001 From: Matheus Fillipe Date: Fri, 6 Mar 2026 18:07:58 +0100 Subject: [PATCH] update to 0.2.13 --- .SRCINFO | 12 ++++++------ PKGBUILD | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6da1bbc46de09..30b5db01b889b 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.12 + pkgver = 0.2.13 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.12/LICENSE + source = LICENSE::https://raw.githubusercontent.com/ObsidianIRC/tobby/v0.2.13/LICENSE sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 - source_x86_64 = tobby-0.2.12-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.12/tobby-x86_64-linux - sha256sums_x86_64 = 97843fa807876712e48688d9f5e2bd82bcdc136ea6054b99b31eea1e79cb817f - source_aarch64 = tobby-0.2.12-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.12/tobby-aarch64-linux - sha256sums_aarch64 = 7ec5b68a9afe00ffbe6dab78cd2160e07dd780e8cd4e3d38118a8dbccb0b0f7b + source_x86_64 = tobby-0.2.13-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.13/tobby-x86_64-linux + sha256sums_x86_64 = 50a03c2025ac60250a1e13e15078d0864d51da76a2529ff4585f3ee1ef9b9b79 + source_aarch64 = tobby-0.2.13-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.13/tobby-aarch64-linux + sha256sums_aarch64 = 2bb2c807ef68fc4f05f28ddaf99189f8275a0f38a991c369c4f095f69dcda7e1 pkgname = tobby-bin diff --git a/PKGBUILD b/PKGBUILD index 2950e16c98708..e3c58ddf34cdc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: YOUR NAME pkgname=tobby-bin -pkgver=0.2.12 +pkgver=0.2.13 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=('97843fa807876712e48688d9f5e2bd82bcdc136ea6054b99b31eea1e79cb817f') +sha256sums_x86_64=('50a03c2025ac60250a1e13e15078d0864d51da76a2529ff4585f3ee1ef9b9b79') source_aarch64=( "tobby-${pkgver}-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v${pkgver}/tobby-aarch64-linux" ) -sha256sums_aarch64=('7ec5b68a9afe00ffbe6dab78cd2160e07dd780e8cd4e3d38118a8dbccb0b0f7b') +sha256sums_aarch64=('2bb2c807ef68fc4f05f28ddaf99189f8275a0f38a991c369c4f095f69dcda7e1') # Do NOT strip — bun --compile embeds the JS bytecode after the ELF sections # in a non-standard layout that strip will corrupt.