summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKendall Garner2023-12-15 09:09:39 -0800
committerKendall Garner2023-12-15 09:09:39 -0800
commita9c2cf03389666745592c4342522b99277f1405f (patch)
tree56444114767b514f0d33379412300aad31a58cd7
parenta57bb096227c0a5f06c99b329c1e414a3ce5968a (diff)
downloadaur-a9c2cf03389666745592c4342522b99277f1405f.tar.gz
0.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a72297a13572..70bf26300e70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = feishin-appimage
pkgdesc = A modern self-hosted music player.
- pkgver = 0.5.2
+ pkgver = 0.5.3
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.2/Feishin-0.5.2-linux-x86_64.AppImage
- sha256sums = 4e6b00666b9637fd4d50222fa40f4759f5a71c285c1e244e209586fcff106bb6
+ source = https://github.com/jeffvli/feishin/releases/download/v0.5.3/Feishin-0.5.3-linux-x86_64.AppImage
+ sha256sums = d4996c1012d505a69a7bd3431ac188e42c84f97701ba74add0259016990bf3bc
pkgname = feishin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 186b40c6cf13..cb6afe3eb2ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kendall G. <kgarner at duck dot com>
pkgname=feishin-appimage
-pkgver=0.5.2
+pkgver=0.5.3
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=("4e6b00666b9637fd4d50222fa40f4759f5a71c285c1e244e209586fcff106bb6")
+sha256sums=("d4996c1012d505a69a7bd3431ac188e42c84f97701ba74add0259016990bf3bc")
pkgdesc="A modern self-hosted music player."
INSTALL_PATH="/opt/${pkgname}/${_filename}"