mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
update to 0.2.5
This commit is contained in:
parent
c5a51eec91
commit
ea01364fcd
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.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.3
|
||||
pkgver = 0.2.5
|
||||
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.3/LICENSE
|
||||
source = LICENSE::https://raw.githubusercontent.com/ObsidianIRC/tobby/v0.2.5/LICENSE
|
||||
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
|
||||
source_x86_64 = tobby-0.2.3-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.3/tobby-x86_64-linux
|
||||
sha256sums_x86_64 = 3a19d64949abeffda6ab05af508bc2d7ea72b8975831cbb3133add30aa0b50b1
|
||||
source_aarch64 = tobby-0.2.3-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.3/tobby-aarch64-linux
|
||||
sha256sums_aarch64 = ae6e69dd4c8208ff855a4f44d31577ea29c5bf959a92c50a3244347597fcef47
|
||||
source_x86_64 = tobby-0.2.5-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.5/tobby-x86_64-linux
|
||||
sha256sums_x86_64 = fe9f68a6540d3af6c996d83053549056a56042572bf4625d926c2d48b7af3fa4
|
||||
source_aarch64 = tobby-0.2.5-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.2.5/tobby-aarch64-linux
|
||||
sha256sums_aarch64 = e8b47050656347c049e627f49a596d8a26ad66a957a693b67f11c7bdcbe3b971
|
||||
|
||||
pkgname = tobby-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: YOUR NAME <your@email.com>
|
||||
|
||||
pkgname=tobby-bin
|
||||
pkgver=0.2.3
|
||||
pkgver=0.2.5
|
||||
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=('3a19d64949abeffda6ab05af508bc2d7ea72b8975831cbb3133add30aa0b50b1')
|
||||
sha256sums_x86_64=('fe9f68a6540d3af6c996d83053549056a56042572bf4625d926c2d48b7af3fa4')
|
||||
|
||||
source_aarch64=(
|
||||
"tobby-${pkgver}-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v${pkgver}/tobby-aarch64-linux"
|
||||
)
|
||||
sha256sums_aarch64=('ae6e69dd4c8208ff855a4f44d31577ea29c5bf959a92c50a3244347597fcef47')
|
||||
sha256sums_aarch64=('e8b47050656347c049e627f49a596d8a26ad66a957a693b67f11c7bdcbe3b971')
|
||||
|
||||
# Do NOT strip — bun --compile embeds the JS bytecode after the ELF sections
|
||||
# in a non-standard layout that strip will corrupt.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue