From 50ee9db7aec93adf508531923cbba220ee23e0f1 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 22 May 2023 19:38:12 +0200 Subject: [PATCH] Update to 0.1.1 --- .SRCINFO | 6 +++--- .gitignore | 4 ++-- PKGBUILD | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e41d0f8..b7c9166 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = feishin-bin pkgdesc = Rewrite of Sonixd - pkgver = 0.0.1_alpha6 + pkgver = 0.1.1 pkgrel = 1 url = https://github.com/jeffvli/feishin arch = x86_64 @@ -9,8 +9,8 @@ pkgbase = feishin-bin provides = feishin conflicts = feishin source = feishin.desktop - source = https://github.com/jeffvli/feishin/releases/download/v0.0.1-alpha6/Feishin-0.0.1-alpha6-linux-x64.tar.xz + source = https://github.com/jeffvli/feishin/releases/download/v0.1.1/Feishin-0.1.1-linux-x64.tar.xz sha256sums = bb664e5e807946fce7d02f14231f8830fac146b4d6641165b2e7cae7eeb1839f - sha256sums = 1bf6711f964566a77061911d5f0e155f3e99a4b2d51e469bbf4f6e2dc74c9b84 + sha256sums = b41c72e49b4f6e57db6a262e510177ea65fe925011516b1eaecf2631948e9388 pkgname = feishin-bin diff --git a/.gitignore b/.gitignore index af76f65..8b43e1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/Feishin-0.0.1-alpha6-linux-x64.tar.xz -/feishin-bin-0.0.1_alpha6-1-x86_64.pkg.tar.zst /pkg/ /src/ +*.tar.zst +*.tar.xz diff --git a/PKGBUILD b/PKGBUILD index e8c61db..8f8e768 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=feishin-bin pkgdesc='Rewrite of Sonixd' -pkgver=0.0.1_alpha6 +pkgver=0.1.1 pkgrel=1 arch=('x86_64') url='https://github.com/jeffvli/feishin' @@ -14,7 +14,7 @@ _filename=Feishin-${pkgver//_/-}-linux-x64.tar.xz source=("feishin.desktop" "https://github.com/jeffvli/feishin/releases/download/v${pkgver//_/-}/${_filename}") sha256sums=('bb664e5e807946fce7d02f14231f8830fac146b4d6641165b2e7cae7eeb1839f' - '1bf6711f964566a77061911d5f0e155f3e99a4b2d51e469bbf4f6e2dc74c9b84') + 'b41c72e49b4f6e57db6a262e510177ea65fe925011516b1eaecf2631948e9388') package() { # create target file structure