summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKendall Garner2024-03-13 07:43:22 -0700
committerKendall Garner2024-03-13 07:43:22 -0700
commit584a96d5ace01dc132e3245d47ca49c16381e01d (patch)
treeddb80c9daf453485e85b121a90e0b0b16dd68682
parenta9c2cf03389666745592c4342522b99277f1405f (diff)
downloadaur-584a96d5ace01dc132e3245d47ca49c16381e01d.tar.gz
0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70bf26300e70..12c691b9e395 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = feishin-appimage
pkgdesc = A modern self-hosted music player.
- pkgver = 0.5.3
+ pkgver = 0.6.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.3/Feishin-0.5.3-linux-x86_64.AppImage
- sha256sums = d4996c1012d505a69a7bd3431ac188e42c84f97701ba74add0259016990bf3bc
+ source = https://github.com/jeffvli/feishin/releases/download/v0.6.1/Feishin-0.6.1-linux-x86_64.AppImage
+ sha256sums = d4c3523bd092c6800727717ea0f5a9cfcfc95b69c37323ec2defd115a41fc301
pkgname = feishin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index cb6afe3eb2ca..60d498857c0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kendall G. <kgarner at duck dot com>
pkgname=feishin-appimage
-pkgver=0.5.3
+pkgver=0.6.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=("d4996c1012d505a69a7bd3431ac188e42c84f97701ba74add0259016990bf3bc")
+sha256sums=("d4c3523bd092c6800727717ea0f5a9cfcfc95b69c37323ec2defd115a41fc301")
pkgdesc="A modern self-hosted music player."
INSTALL_PATH="/opt/${pkgname}/${_filename}"