summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKendall Garner2023-11-18 07:01:00 -0800
committerKendall Garner2023-11-18 07:01:00 -0800
commita57bb096227c0a5f06c99b329c1e414a3ce5968a (patch)
tree4d3d98efb0df9eff5a5242d2340ce9ac2edf575c
parent6209a5eff1e88d4cd0f4c3af99282ce8a902f670 (diff)
downloadaur-a57bb096227c0a5f06c99b329c1e414a3ce5968a.tar.gz
0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b45e4dc8852..a72297a13572 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = feishin-appimage
pkgdesc = A modern self-hosted music player.
- pkgver = 0.5.1
+ pkgver = 0.5.2
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.5.1/Feishin-0.5.1-linux-x86_64.AppImage
- sha256sums = 39d712bfc5917755caa4d56fb9239758bc929314040abca7920f4e6903372b67
+ source = https://github.com/jeffvli/feishin/releases/download/v0.5.2/Feishin-0.5.2-linux-x86_64.AppImage
+ sha256sums = 4e6b00666b9637fd4d50222fa40f4759f5a71c285c1e244e209586fcff106bb6
pkgname = feishin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index ac1a67524ed2..186b40c6cf13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kendall G. <kgarner at duck dot com>
pkgname=feishin-appimage
-pkgver=0.5.1
+pkgver=0.5.2
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=("39d712bfc5917755caa4d56fb9239758bc929314040abca7920f4e6903372b67")
+sha256sums=("4e6b00666b9637fd4d50222fa40f4759f5a71c285c1e244e209586fcff106bb6")
pkgdesc="A modern self-hosted music player."
INSTALL_PATH="/opt/${pkgname}/${_filename}"