summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSahil Gupte2023-07-10 16:53:32 +0530
committerSahil Gupte2023-07-10 16:53:32 +0530
commitac976f4aba1f979aa6fa8d59307ef9dae9c81f1b (patch)
tree9e0ab2fda439420097ef0c71cf7a0d53825ddb45
parentb1c61555cb6a037e8c8d1cb97177a8f6bf9537bd (diff)
downloadaur-ac976f4aba1f979aa6fa8d59307ef9dae9c81f1b.tar.gz
Bump to 9.0.1
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 074718fa5272..efde62711612 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moosync-bin
pkgdesc = A simple music player
- pkgver = 9.0.0
+ pkgver = 9.0.1
pkgrel = 1
url = https://github.com/Moosync/Moosync
arch = any
@@ -10,10 +10,10 @@ pkgbase = moosync-bin
depends = alsa-lib
provides = moosync
conflicts = moosync
- source = moosync-9.0.0-prebuilt.tar::https://github.com/Moosync/Moosync/releases/download/v9.0.0/Moosync-9.0.0-linux-x64.pacman
+ source = moosync-9.0.1-prebuilt.tar::https://github.com/Moosync/Moosync/releases/download/v9.0.1/Moosync-9.0.1-linux-x64.pacman
source = moosync
source = moosync.desktop
- sha256sums = 451bc362a048a7f853c4427be61d51df3b1460467e7df05c107f2d7362f92186
+ sha256sums = 83d386dafe6ef40094b61d6bdb1f03ae3182f81bbe11f460c19e473a7e75c6f1
sha256sums = 4ed86e1f5a969e6c03fe8efb66ec136c2f37b21010a37eacd414675b784b1058
sha256sums = 4b63fa17717239db8a87ebeae1fdd96c5318b71d7d851d6c5a4f337793d3fecd
diff --git a/PKGBUILD b/PKGBUILD
index 19cd985e6a49..3a9654fb9659 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=moosync
pkgname=moosync-bin
-pkgver=9.0.0
+pkgver=9.0.1
pkgrel=1
pkgdesc='A simple music player'
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
provides=("${_pkgname}")
depends=('electron' 'libvips' 'alsa-lib')
source=("${_pkgname}-${pkgver}-prebuilt.tar::https://github.com/Moosync/Moosync/releases/download/v${pkgver}/Moosync-${pkgver}-linux-x64.pacman" moosync moosync.desktop)
-sha256sums=('451bc362a048a7f853c4427be61d51df3b1460467e7df05c107f2d7362f92186'
+sha256sums=('83d386dafe6ef40094b61d6bdb1f03ae3182f81bbe11f460c19e473a7e75c6f1'
'4ed86e1f5a969e6c03fe8efb66ec136c2f37b21010a37eacd414675b784b1058'
'4b63fa17717239db8a87ebeae1fdd96c5318b71d7d851d6c5a4f337793d3fecd')
conflicts=("${_pkgname}")