summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKendall Garner2023-08-08 14:23:39 -0700
committerKendall Garner2023-08-08 14:23:39 -0700
commit79eb45b2f944294f9faa77a69c253aa388bbd2d0 (patch)
treef2303d2b5f5e4f539e17884b167b7848a44fa28f
parenteb07777911000c9b88e5e18badb72026eea6a241 (diff)
downloadaur-79eb45b2f944294f9faa77a69c253aa388bbd2d0.tar.gz
0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0de51b5b409..57e0fbffa8ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = feishin-appimage
pkgdesc = Sonixd Rewrite
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/jeffvli/feishin
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = feishin-appimage
provides = feishin
conflicts = feishin-bin
options = !strip
- source = https://github.com/jeffvli/feishin/releases/download/v0.2.0/Feishin-0.2.0-linux-x86_64.AppImage
- sha256sums = 06f767758afa462aac39280d70bef4c7db26655414e670c5c7ec3119d472fff9
+ source = https://github.com/jeffvli/feishin/releases/download/v0.3.0/Feishin-0.3.0-linux-x86_64.AppImage
+ sha256sums = 86fc409d095c016759064081e82088f04933586d8ba48d35b2b5623346c0bed6
pkgname = feishin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 8b81977cc601..6a101596c4e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kendall G. <kgarner at duck dot com>
pkgname=feishin-appimage
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="Sonixd Rewrite"
arch=('x86_64')
@@ -13,7 +13,7 @@ options=(!strip) # necessary otherwise the AppImage file in the package is trunc
conflicts=("feishin-bin")
_filename=Feishin-${pkgver//_/-}-linux-$CARCH.AppImage
source=("${url}/releases/download/v${pkgver//_/-}/${_filename}")
-sha256sums=("06f767758afa462aac39280d70bef4c7db26655414e670c5c7ec3119d472fff9")
+sha256sums=("86fc409d095c016759064081e82088f04933586d8ba48d35b2b5623346c0bed6")
INSTALL_PATH="/opt/${pkgname}/${_filename}"
prepare() {