update to 0.2.13

This commit is contained in:
Matheus Fillipe 2026-03-06 18:07:58 +01:00
parent 5b3b87788b
commit 5bc67f0dc7
2 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
# Maintainer: YOUR NAME <your@email.com>
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.