Update to 0.6.1
This commit is contained in:
parent
d83fe65271
commit
49fc9c1b5e
10
.SRCINFO
10
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = feishin-bin
|
||||
pkgdesc = Rewrite of Sonixd
|
||||
pkgver = 0.6.0
|
||||
pkgver = 0.6.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.6.0/Feishin-0.6.0-linux-x64.tar.xz
|
||||
sha256sums_x86_64 = 1c2266798e94e66340f54e985ecc924a5be7646c4859562c837fa5e16d3ce408
|
||||
source_aarch64 = https://github.com/jeffvli/feishin/releases/download/v0.6.0/Feishin-0.6.0-linux-arm64.tar.xz
|
||||
sha256sums_aarch64 = 63bf90f924e83d21919a454fa39734df94e2db33c15036ab4fbefd7a8b45ce1a
|
||||
source_x86_64 = https://github.com/jeffvli/feishin/releases/download/v0.6.1/Feishin-0.6.1-linux-x64.tar.xz
|
||||
sha256sums_x86_64 = bbdb479627fad72be0714fb59e81959f7b26e939bab6fc308f4bc7daa0503108
|
||||
source_aarch64 = https://github.com/jeffvli/feishin/releases/download/v0.6.1/Feishin-0.6.1-linux-arm64.tar.xz
|
||||
sha256sums_aarch64 = cf4e9b711d015e2512111d0586627636683d456cc5da7d0bbb72f16a1f36041b
|
||||
|
||||
pkgname = feishin-bin
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=feishin-bin
|
||||
pkgdesc='Rewrite of Sonixd'
|
||||
pkgver=0.6.0
|
||||
pkgver=0.6.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=('1c2266798e94e66340f54e985ecc924a5be7646c4859562c837fa5e16d3ce408')
|
||||
sha256sums_aarch64=('63bf90f924e83d21919a454fa39734df94e2db33c15036ab4fbefd7a8b45ce1a')
|
||||
sha256sums_x86_64=('bbdb479627fad72be0714fb59e81959f7b26e939bab6fc308f4bc7daa0503108')
|
||||
sha256sums_aarch64=('cf4e9b711d015e2512111d0586627636683d456cc5da7d0bbb72f16a1f36041b')
|
||||
|
||||
package() {
|
||||
# create target file structure
|
||||
|
Loading…
Reference in New Issue
Block a user