Update to 0.11.1
This commit is contained in:
parent
773fb629d0
commit
b2b47d4714
10
.SRCINFO
10
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = feishin-bin
|
||||
pkgdesc = Rewrite of Sonixd
|
||||
pkgver = 0.11.0
|
||||
pkgver = 0.11.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/jeffvli/feishin
|
||||
arch = x86_64
|
||||
@ -11,9 +11,9 @@ pkgbase = feishin-bin
|
||||
conflicts = feishin
|
||||
source = feishin.desktop
|
||||
sha256sums = ef112b1a9ef80d8bf27f721fdbb12de0a195da4e464dbf27282503ba398bef8d
|
||||
source_x86_64 = https://github.com/jeffvli/feishin/releases/download/v0.11.0/Feishin-0.11.0-linux-x64.tar.xz
|
||||
sha256sums_x86_64 = 8285d988b898bf4457005ee3a7532846b01c93534c448567808b674b82cd7c93
|
||||
source_aarch64 = https://github.com/jeffvli/feishin/releases/download/v0.11.0/Feishin-0.11.0-linux-arm64.tar.xz
|
||||
sha256sums_aarch64 = 185f1e4507f4712ee4f88f1a8b01eb4d5238ddb87f7699add0ccfdce27ce8c08
|
||||
source_x86_64 = https://github.com/jeffvli/feishin/releases/download/v0.11.1/Feishin-0.11.1-linux-x64.tar.xz
|
||||
sha256sums_x86_64 = ab84c52807df29ef8cbe011edf2ef6041d639efacf6e41a71862145e89e777ce
|
||||
source_aarch64 = https://github.com/jeffvli/feishin/releases/download/v0.11.1/Feishin-0.11.1-linux-arm64.tar.xz
|
||||
sha256sums_aarch64 = 15dc1c63c16ece9552c4cb495120d098914367362b2e635b905b9e038ea24049
|
||||
|
||||
pkgname = feishin-bin
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=feishin-bin
|
||||
pkgdesc='Rewrite of Sonixd'
|
||||
pkgver=0.11.0
|
||||
pkgver=0.11.1
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'aarch64')
|
||||
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_aarch64=("https://github.com/jeffvli/feishin/releases/download/v${pkgver//_/-}/${_filename}-arm64.tar.xz")
|
||||
sha256sums=('ef112b1a9ef80d8bf27f721fdbb12de0a195da4e464dbf27282503ba398bef8d')
|
||||
sha256sums_x86_64=('8285d988b898bf4457005ee3a7532846b01c93534c448567808b674b82cd7c93')
|
||||
sha256sums_aarch64=('185f1e4507f4712ee4f88f1a8b01eb4d5238ddb87f7699add0ccfdce27ce8c08')
|
||||
sha256sums_x86_64=('ab84c52807df29ef8cbe011edf2ef6041d639efacf6e41a71862145e89e777ce')
|
||||
sha256sums_aarch64=('15dc1c63c16ece9552c4cb495120d098914367362b2e635b905b9e038ea24049')
|
||||
|
||||
package() {
|
||||
# create target file structure
|
||||
|
Loading…
Reference in New Issue
Block a user