Update to 0.7.2
This commit is contained in:
parent
9a099010fa
commit
e551f6636b
12
.SRCINFO
12
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = feishin-bin
|
pkgbase = feishin-bin
|
||||||
pkgdesc = Rewrite of Sonixd
|
pkgdesc = Rewrite of Sonixd
|
||||||
pkgver = 0.7.1
|
pkgver = 0.7.2
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/jeffvli/feishin
|
url = https://github.com/jeffvli/feishin
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
@ -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.7.1/Feishin-0.7.1-linux-x64.tar.xz
|
source_x86_64 = https://github.com/jeffvli/feishin/releases/download/v0.7.2/Feishin-0.7.2-linux-x64.tar.xz
|
||||||
sha256sums_x86_64 = e5274bc638bede1060c4555f0076f7ca131ca3e032c88a61403f246e85f0c7d7
|
sha256sums_x86_64 = d9dc852e0dca36e05f2fa05dfdedce1cff28d4f21867e93b9773e85b48343390
|
||||||
source_aarch64 = https://github.com/jeffvli/feishin/releases/download/v0.7.1/Feishin-0.7.1-linux-arm64.tar.xz
|
source_aarch64 = https://github.com/jeffvli/feishin/releases/download/v0.7.2/Feishin-0.7.2-linux-arm64.tar.xz
|
||||||
sha256sums_aarch64 = f0ac75d8a5f5ad3074ed62d58da6e0cdd45e4a50312b58f3dcd7ab2bbf7ac6df
|
sha256sums_aarch64 = 654be6d323a22fe887a44c0f45fa711e5c793fe5e1510c7945b9873430b49242
|
||||||
|
|
||||||
pkgname = feishin-bin
|
pkgname = feishin-bin
|
||||||
|
8
PKGBUILD
8
PKGBUILD
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
pkgname=feishin-bin
|
pkgname=feishin-bin
|
||||||
pkgdesc='Rewrite of Sonixd'
|
pkgdesc='Rewrite of Sonixd'
|
||||||
pkgver=0.7.1
|
pkgver=0.7.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url='https://github.com/jeffvli/feishin'
|
url='https://github.com/jeffvli/feishin'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
@ -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=('e5274bc638bede1060c4555f0076f7ca131ca3e032c88a61403f246e85f0c7d7')
|
sha256sums_x86_64=('d9dc852e0dca36e05f2fa05dfdedce1cff28d4f21867e93b9773e85b48343390')
|
||||||
sha256sums_aarch64=('f0ac75d8a5f5ad3074ed62d58da6e0cdd45e4a50312b58f3dcd7ab2bbf7ac6df')
|
sha256sums_aarch64=('654be6d323a22fe887a44c0f45fa711e5c793fe5e1510c7945b9873430b49242')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# create target file structure
|
# create target file structure
|
||||||
|
Loading…
Reference in New Issue
Block a user