Update to 0.5.2
This commit is contained in:
parent
e4437f531b
commit
0f2c75b5fb
8
.SRCINFO
8
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = feishin-bin
|
pkgbase = feishin-bin
|
||||||
pkgdesc = Rewrite of Sonixd
|
pkgdesc = Rewrite of Sonixd
|
||||||
pkgver = 0.5.1
|
pkgver = 0.5.2
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/jeffvli/feishin
|
url = https://github.com/jeffvli/feishin
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL3
|
license = GPL3
|
||||||
@ -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.5.1/Feishin-0.5.1-linux-x64.tar.xz
|
source = https://github.com/jeffvli/feishin/releases/download/v0.5.2/Feishin-0.5.2-linux-x64.tar.xz
|
||||||
sha256sums = ef112b1a9ef80d8bf27f721fdbb12de0a195da4e464dbf27282503ba398bef8d
|
sha256sums = ef112b1a9ef80d8bf27f721fdbb12de0a195da4e464dbf27282503ba398bef8d
|
||||||
sha256sums = b98b301b1497cf661d76816ce45edffb2c2a02beea5eaa7a5abc90ec43526b04
|
sha256sums = ff33d5ffda390fbd79077089d02c37c836e61a0eadfac14d6f0cf035def45c1d
|
||||||
|
|
||||||
pkgname = feishin-bin
|
pkgname = feishin-bin
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
pkgname=feishin-bin
|
pkgname=feishin-bin
|
||||||
pkgdesc='Rewrite of Sonixd'
|
pkgdesc='Rewrite of Sonixd'
|
||||||
pkgver=0.5.1
|
pkgver=0.5.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://github.com/jeffvli/feishin'
|
url='https://github.com/jeffvli/feishin'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
@ -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=('ef112b1a9ef80d8bf27f721fdbb12de0a195da4e464dbf27282503ba398bef8d'
|
sha256sums=('ef112b1a9ef80d8bf27f721fdbb12de0a195da4e464dbf27282503ba398bef8d'
|
||||||
'b98b301b1497cf661d76816ce45edffb2c2a02beea5eaa7a5abc90ec43526b04')
|
'ff33d5ffda390fbd79077089d02c37c836e61a0eadfac14d6f0cf035def45c1d')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# create target file structure
|
# create target file structure
|
||||||
|
Loading…
Reference in New Issue
Block a user