Update to 0.5.1

This commit is contained in:
exu 2023-11-02 20:17:04 +01:00
parent 740758e05e
commit 86347a6fe2
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = feishin-bin pkgbase = feishin-bin
pkgdesc = Rewrite of Sonixd pkgdesc = Rewrite of Sonixd
pkgver = 0.5.0 pkgver = 0.5.1
pkgrel = 1 pkgrel = 1
url = https://github.com/jeffvli/feishin url = https://github.com/jeffvli/feishin
arch = x86_64 arch = x86_64
@ -9,8 +9,8 @@ pkgbase = feishin-bin
provides = feishin provides = feishin
conflicts = feishin conflicts = feishin
source = feishin.desktop source = feishin.desktop
source = https://github.com/jeffvli/feishin/releases/download/v0.5.0/Feishin-0.5.0-linux-x64.tar.xz source = https://github.com/jeffvli/feishin/releases/download/v0.5.1/Feishin-0.5.1-linux-x64.tar.xz
sha256sums = bb664e5e807946fce7d02f14231f8830fac146b4d6641165b2e7cae7eeb1839f sha256sums = bb664e5e807946fce7d02f14231f8830fac146b4d6641165b2e7cae7eeb1839f
sha256sums = 773bd8f914278b30fae6073875218f33197dec005161d97ea67719ebcec003b1 sha256sums = b98b301b1497cf661d76816ce45edffb2c2a02beea5eaa7a5abc90ec43526b04
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.5.0 pkgver=0.5.1
pkgrel=1 pkgrel=1
arch=('x86_64') arch=('x86_64')
url='https://github.com/jeffvli/feishin' url='https://github.com/jeffvli/feishin'
@ -14,7 +14,7 @@ _filename=Feishin-${pkgver//_/-}-linux-x64.tar.xz
source=("feishin.desktop" source=("feishin.desktop"
"https://github.com/jeffvli/feishin/releases/download/v${pkgver//_/-}/${_filename}") "https://github.com/jeffvli/feishin/releases/download/v${pkgver//_/-}/${_filename}")
sha256sums=('bb664e5e807946fce7d02f14231f8830fac146b4d6641165b2e7cae7eeb1839f' sha256sums=('bb664e5e807946fce7d02f14231f8830fac146b4d6641165b2e7cae7eeb1839f'
'773bd8f914278b30fae6073875218f33197dec005161d97ea67719ebcec003b1') 'b98b301b1497cf661d76816ce45edffb2c2a02beea5eaa7a5abc90ec43526b04')
package() { package() {
# create target file structure # create target file structure