update to 0.2.0

This commit is contained in:
Matheus Fillipe 2026-02-26 19:55:20 +01:00
parent ee9777167b
commit 3ccdfe366b
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.1.24
pkgver = 0.2.0
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.24/LICENSE
source = LICENSE::https://raw.githubusercontent.com/ObsidianIRC/tobby/v0.2.0/LICENSE
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
source_x86_64 = tobby-0.1.24-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.24/tobby-x86_64-linux
sha256sums_x86_64 = 0dbeb43949217f087fa659d36ec1eef0639814b115160b118e4a6414371b2b6a
source_aarch64 = tobby-0.1.24-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.24/tobby-aarch64-linux
sha256sums_aarch64 = 42af75b50e6ed892cb4efbdfa1a12fbbb25278756714cd2885091d9138954843
source_x86_64 = tobby-0.2.0-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.0/tobby-x86_64-linux
sha256sums_x86_64 = dc763112a4b28d00aa12aab9ae7aa7afcfaf0b67bf31be6a60234815bb4b5348
source_aarch64 = tobby-0.2.0-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.0/tobby-aarch64-linux
sha256sums_aarch64 = f969eeb30888a529eaa5030aaf3287f26950eab116ec55fc395bff992c8723ea
pkgname = tobby-bin

View file

@ -1,7 +1,7 @@
# Maintainer: YOUR NAME <your@email.com>
pkgname=tobby-bin
pkgver=0.1.24
pkgver=0.2.0
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=('0dbeb43949217f087fa659d36ec1eef0639814b115160b118e4a6414371b2b6a')
sha256sums_x86_64=('dc763112a4b28d00aa12aab9ae7aa7afcfaf0b67bf31be6a60234815bb4b5348')
source_aarch64=(
"tobby-${pkgver}-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v${pkgver}/tobby-aarch64-linux"
)
sha256sums_aarch64=('42af75b50e6ed892cb4efbdfa1a12fbbb25278756714cd2885091d9138954843')
sha256sums_aarch64=('f969eeb30888a529eaa5030aaf3287f26950eab116ec55fc395bff992c8723ea')
# Do NOT strip — bun --compile embeds the JS bytecode after the ELF sections
# in a non-standard layout that strip will corrupt.