From 074e043f5624497315d3b84be36abfdb1621ed8f Mon Sep 17 00:00:00 2001 From: Matheus Fillipe Date: Tue, 3 Mar 2026 20:57:10 +0100 Subject: [PATCH] update to 0.2.5 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 489ce5109020c..b8f0c2035c2a0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = tobby pkgdesc = The Terminal Obby — a modern IRC client for the terminal - pkgver = 0.2.4 + pkgver = 0.2.5 pkgrel = 1 url = https://github.com/ObsidianIRC/tobby arch = any @@ -16,8 +16,8 @@ pkgbase = tobby provides = tobby conflicts = tobby-bin options = !strip - noextract = mattfillipe-tobby-0.2.4.tgz - source = mattfillipe-tobby-0.2.4.tgz::https://registry.npmjs.org/@mattfillipe/tobby/-/tobby-0.2.4.tgz - sha256sums = 27d1cc917d16fd7026af541c03876060196482916635e850c89d4ebbb7f1e36a + noextract = mattfillipe-tobby-0.2.5.tgz + source = mattfillipe-tobby-0.2.5.tgz::https://registry.npmjs.org/@mattfillipe/tobby/-/tobby-0.2.5.tgz + sha256sums = 46f9fb596744cf4eb6f02884288e1a878eeeb82386e05e9e23c1027344d345af pkgname = tobby diff --git a/PKGBUILD b/PKGBUILD index 8c0b676ed37af..6996cb43f1011 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ _npmname=@mattfillipe/tobby pkgname=tobby -pkgver=0.2.4 +pkgver=0.2.5 pkgrel=1 pkgdesc="The Terminal Obby — a modern IRC client for the terminal" arch=('any') @@ -18,7 +18,7 @@ conflicts=('tobby-bin') # Scoped packages use %40 for @ in the URL path source=("mattfillipe-tobby-${pkgver}.tgz::https://registry.npmjs.org/@mattfillipe/tobby/-/tobby-${pkgver}.tgz") noextract=("mattfillipe-tobby-${pkgver}.tgz") -sha256sums=('27d1cc917d16fd7026af541c03876060196482916635e850c89d4ebbb7f1e36a') +sha256sums=('46f9fb596744cf4eb6f02884288e1a878eeeb82386e05e9e23c1027344d345af') options=('!strip') package() {