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