summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKendall Garner2023-11-02 20:06:06 -0700
committerKendall Garner2023-11-02 20:06:06 -0700
commit6209a5eff1e88d4cd0f4c3af99282ce8a902f670 (patch)
tree49697d321eba3740e71c1c8046349c2b1a0d2e59
parent9848a866130a65b3beb900443853301eca754ed4 (diff)
downloadaur-6209a5eff1e88d4cd0f4c3af99282ce8a902f670.tar.gz
0.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35668664345d..5b45e4dc8852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = feishin-appimage
pkgdesc = A modern self-hosted music player.
- pkgver = 0.5.0
+ pkgver = 0.5.1
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.0/Feishin-0.5.0-linux-x86_64.AppImage
- sha256sums = 4fe336c4edd10cc98147e6ef1719380ca09f70bd9c56ceb8f9dfd7cd267a5bf5
+ source = https://github.com/jeffvli/feishin/releases/download/v0.5.1/Feishin-0.5.1-linux-x86_64.AppImage
+ sha256sums = 39d712bfc5917755caa4d56fb9239758bc929314040abca7920f4e6903372b67
pkgname = feishin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 05c978408aed..ac1a67524ed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kendall G. <kgarner at duck dot com>
pkgname=feishin-appimage
-pkgver=0.5.0
+pkgver=0.5.1
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=("4fe336c4edd10cc98147e6ef1719380ca09f70bd9c56ceb8f9dfd7cd267a5bf5")
+sha256sums=("39d712bfc5917755caa4d56fb9239758bc929314040abca7920f4e6903372b67")
pkgdesc="A modern self-hosted music player."
INSTALL_PATH="/opt/${pkgname}/${_filename}"