summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKendall Garner2023-10-07 20:22:23 -0700
committerKendall Garner2023-10-07 20:22:23 -0700
commit2814c74a42760056a27a1776e34c03c09c4a81e2 (patch)
tree9d1e408019f7eadbcb791734b0249dd29f2f4fa0
parent25ac0caa8f95186d8fc94f0763d139e718d3e1b9 (diff)
downloadaur-2814c74a42760056a27a1776e34c03c09c4a81e2.tar.gz
v0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fee1e9b620bd..0ac10ba1d70c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = feishin-appimage
pkgdesc = A modern self-hosted music player.
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 2
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.4.0/Feishin-0.4.0-linux-x86_64.AppImage
- sha256sums = c77e6c1068775efd74976ca89a34068589f774104e1446a18e9972508dcf832b
+ source = https://github.com/jeffvli/feishin/releases/download/v0.4.1/Feishin-0.4.1-linux-x86_64.AppImage
+ sha256sums = 10f0e05ab5331aa289f11763870013cc502b58c08372eb7b0aa2a1bdb08b5087
pkgname = feishin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 6ebc433dfd7e..082d454017a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kendall G. <kgarner at duck dot com>
pkgname=feishin-appimage
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=2
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=("c77e6c1068775efd74976ca89a34068589f774104e1446a18e9972508dcf832b")
+sha256sums=("10f0e05ab5331aa289f11763870013cc502b58c08372eb7b0aa2a1bdb08b5087")
pkgdesc="A modern self-hosted music player."
INSTALL_PATH="/opt/${pkgname}/${_filename}"