Update to 0.6.1

This commit is contained in:
exu 2024-03-15 21:15:54 +01:00
parent d83fe65271
commit 49fc9c1b5e
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgbase = feishin-bin pkgbase = feishin-bin
pkgdesc = Rewrite of Sonixd pkgdesc = Rewrite of Sonixd
pkgver = 0.6.0 pkgver = 0.6.1
pkgrel = 1 pkgrel = 1
url = https://github.com/jeffvli/feishin url = https://github.com/jeffvli/feishin
arch = x86_64 arch = x86_64
@ -11,9 +11,9 @@ pkgbase = feishin-bin
conflicts = feishin conflicts = feishin
source = feishin.desktop source = feishin.desktop
sha256sums = ef112b1a9ef80d8bf27f721fdbb12de0a195da4e464dbf27282503ba398bef8d sha256sums = ef112b1a9ef80d8bf27f721fdbb12de0a195da4e464dbf27282503ba398bef8d
source_x86_64 = https://github.com/jeffvli/feishin/releases/download/v0.6.0/Feishin-0.6.0-linux-x64.tar.xz source_x86_64 = https://github.com/jeffvli/feishin/releases/download/v0.6.1/Feishin-0.6.1-linux-x64.tar.xz
sha256sums_x86_64 = 1c2266798e94e66340f54e985ecc924a5be7646c4859562c837fa5e16d3ce408 sha256sums_x86_64 = bbdb479627fad72be0714fb59e81959f7b26e939bab6fc308f4bc7daa0503108
source_aarch64 = https://github.com/jeffvli/feishin/releases/download/v0.6.0/Feishin-0.6.0-linux-arm64.tar.xz source_aarch64 = https://github.com/jeffvli/feishin/releases/download/v0.6.1/Feishin-0.6.1-linux-arm64.tar.xz
sha256sums_aarch64 = 63bf90f924e83d21919a454fa39734df94e2db33c15036ab4fbefd7a8b45ce1a sha256sums_aarch64 = cf4e9b711d015e2512111d0586627636683d456cc5da7d0bbb72f16a1f36041b
pkgname = feishin-bin pkgname = feishin-bin

View File

@ -2,7 +2,7 @@
pkgname=feishin-bin pkgname=feishin-bin
pkgdesc='Rewrite of Sonixd' pkgdesc='Rewrite of Sonixd'
pkgver=0.6.0 pkgver=0.6.1
pkgrel=1 pkgrel=1
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
url='https://github.com/jeffvli/feishin' url='https://github.com/jeffvli/feishin'
@ -15,8 +15,8 @@ source=("feishin.desktop")
source_x86_64=("https://github.com/jeffvli/feishin/releases/download/v${pkgver//_/-}/${_filename}-x64.tar.xz") source_x86_64=("https://github.com/jeffvli/feishin/releases/download/v${pkgver//_/-}/${_filename}-x64.tar.xz")
source_aarch64=("https://github.com/jeffvli/feishin/releases/download/v${pkgver//_/-}/${_filename}-arm64.tar.xz") source_aarch64=("https://github.com/jeffvli/feishin/releases/download/v${pkgver//_/-}/${_filename}-arm64.tar.xz")
sha256sums=('ef112b1a9ef80d8bf27f721fdbb12de0a195da4e464dbf27282503ba398bef8d') sha256sums=('ef112b1a9ef80d8bf27f721fdbb12de0a195da4e464dbf27282503ba398bef8d')
sha256sums_x86_64=('1c2266798e94e66340f54e985ecc924a5be7646c4859562c837fa5e16d3ce408') sha256sums_x86_64=('bbdb479627fad72be0714fb59e81959f7b26e939bab6fc308f4bc7daa0503108')
sha256sums_aarch64=('63bf90f924e83d21919a454fa39734df94e2db33c15036ab4fbefd7a8b45ce1a') sha256sums_aarch64=('cf4e9b711d015e2512111d0586627636683d456cc5da7d0bbb72f16a1f36041b')
package() { package() {
# create target file structure # create target file structure