Update to 0.12.2
This commit is contained in:
parent
75166645e5
commit
876532e0fd
10
.SRCINFO
10
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = feishin-bin
|
||||
pkgdesc = Rewrite of Sonixd
|
||||
pkgver = 0.12.1
|
||||
pkgver = 0.12.2
|
||||
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.12.1/Feishin-0.12.1-linux-x64.tar.xz
|
||||
sha256sums_x86_64 = 9c16c7256c3a8c1939a15ccf5aa5ce7d9e88cd94ad7948b389fe674e9b47d6bc
|
||||
source_aarch64 = https://github.com/jeffvli/feishin/releases/download/v0.12.1/Feishin-0.12.1-linux-arm64.tar.xz
|
||||
sha256sums_aarch64 = 39d32a2890920b0646f1d0c97508bd19318360a44ad64ab2a3c160eddea19dd5
|
||||
source_x86_64 = https://github.com/jeffvli/feishin/releases/download/v0.12.2/Feishin-0.12.2-linux-x64.tar.xz
|
||||
sha256sums_x86_64 = 011797f5208daa3705dd3ece8739f028f1439ad01aa24d0b7af44b61b9d81b93
|
||||
source_aarch64 = https://github.com/jeffvli/feishin/releases/download/v0.12.2/Feishin-0.12.2-linux-arm64.tar.xz
|
||||
sha256sums_aarch64 = 6e2a32bf53cf527063848b784da4e85d8ce31221d91768e698bacc5e6bda9334
|
||||
|
||||
pkgname = feishin-bin
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=feishin-bin
|
||||
pkgdesc='Rewrite of Sonixd'
|
||||
pkgver=0.12.1
|
||||
pkgver=0.12.2
|
||||
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=('9c16c7256c3a8c1939a15ccf5aa5ce7d9e88cd94ad7948b389fe674e9b47d6bc')
|
||||
sha256sums_aarch64=('39d32a2890920b0646f1d0c97508bd19318360a44ad64ab2a3c160eddea19dd5')
|
||||
sha256sums_x86_64=('011797f5208daa3705dd3ece8739f028f1439ad01aa24d0b7af44b61b9d81b93')
|
||||
sha256sums_aarch64=('6e2a32bf53cf527063848b784da4e85d8ce31221d91768e698bacc5e6bda9334')
|
||||
|
||||
package() {
|
||||
# create target file structure
|
||||
|
Loading…
Reference in New Issue
Block a user