Update to 0.3.0
This commit is contained in:
parent
83da63e413
commit
5aa099d0d3
6
.SRCINFO
6
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = feishin-bin
|
pkgbase = feishin-bin
|
||||||
pkgdesc = Rewrite of Sonixd
|
pkgdesc = Rewrite of Sonixd
|
||||||
pkgver = 0.2.0
|
pkgver = 0.3.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/jeffvli/feishin
|
url = https://github.com/jeffvli/feishin
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -9,8 +9,8 @@ pkgbase = feishin-bin
|
|||||||
provides = feishin
|
provides = feishin
|
||||||
conflicts = feishin
|
conflicts = feishin
|
||||||
source = feishin.desktop
|
source = feishin.desktop
|
||||||
source = https://github.com/jeffvli/feishin/releases/download/v0.2.0/Feishin-0.2.0-linux-x64.tar.xz
|
source = https://github.com/jeffvli/feishin/releases/download/v0.3.0/Feishin-0.3.0-linux-x64.tar.xz
|
||||||
sha256sums = bb664e5e807946fce7d02f14231f8830fac146b4d6641165b2e7cae7eeb1839f
|
sha256sums = bb664e5e807946fce7d02f14231f8830fac146b4d6641165b2e7cae7eeb1839f
|
||||||
sha256sums = a3e7c48dd1b688df38144721c80296642a6caea0e6d4ad64f90d8af9cc180591
|
sha256sums = b25db3336e1b6f4c814df0b1b4d1a2ce9e98bbe2f89e3fd47faebdcf29673e61
|
||||||
|
|
||||||
pkgname = feishin-bin
|
pkgname = feishin-bin
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=feishin-bin
|
pkgname=feishin-bin
|
||||||
pkgdesc='Rewrite of Sonixd'
|
pkgdesc='Rewrite of Sonixd'
|
||||||
pkgver=0.2.0
|
pkgver=0.3.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://github.com/jeffvli/feishin'
|
url='https://github.com/jeffvli/feishin'
|
||||||
@ -14,7 +14,7 @@ _filename=Feishin-${pkgver//_/-}-linux-x64.tar.xz
|
|||||||
source=("feishin.desktop"
|
source=("feishin.desktop"
|
||||||
"https://github.com/jeffvli/feishin/releases/download/v${pkgver//_/-}/${_filename}")
|
"https://github.com/jeffvli/feishin/releases/download/v${pkgver//_/-}/${_filename}")
|
||||||
sha256sums=('bb664e5e807946fce7d02f14231f8830fac146b4d6641165b2e7cae7eeb1839f'
|
sha256sums=('bb664e5e807946fce7d02f14231f8830fac146b4d6641165b2e7cae7eeb1839f'
|
||||||
'a3e7c48dd1b688df38144721c80296642a6caea0e6d4ad64f90d8af9cc180591')
|
'b25db3336e1b6f4c814df0b1b4d1a2ce9e98bbe2f89e3fd47faebdcf29673e61')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# create target file structure
|
# create target file structure
|
||||||
|
Loading…
Reference in New Issue
Block a user