summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSahil Gupte2023-08-12 23:51:36 -0400
committerSahil Gupte2023-08-12 23:51:36 -0400
commitf2f8a0466625e7e0c8a05cfddc173c8d622f4284 (patch)
treeb40e78c54da58833af718de06ad35c5e6239ae39
parentda10427ff3669d9fa590bc6e750fd34eaef9f293 (diff)
downloadaur-f2f8a0466625e7e0c8a05cfddc173c8d622f4284.tar.gz
Bump to 10.0.0
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb42c3ff7a52..63e900062b10 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moosync
pkgdesc = A simple music player
- pkgver = 9.0.1
+ pkgver = 10.0.0
pkgrel = 1
url = https://github.com/Moosync/Moosync
arch = any
@@ -12,13 +12,13 @@ pkgbase = moosync
depends = libvips
depends = alsa-lib
provides = moosync
- 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-9.0.1.tar::https://github.com/Moosync/Moosync/archive/v9.0.1.tar.gz
+ source = moosync-10.0.0-prebuilt.tar::https://github.com/Moosync/Moosync/releases/download/v10.0.0/Moosync-10.0.0-linux-x64.pacman
+ source = moosync-10.0.0.tar::https://github.com/Moosync/Moosync/archive/v10.0.0.tar.gz
source = moosync
source = moosync.desktop
source = builder-args.sh
- sha256sums = 83d386dafe6ef40094b61d6bdb1f03ae3182f81bbe11f460c19e473a7e75c6f1
- sha256sums = e09736f85d2e01016055c6d1503401fa2ded2ff447577dbb5c893daf15d867f9
+ sha256sums = bc9c5312dbba3c53602c435c502fbb540998a9120b6b636f2e6be34c369268a6
+ sha256sums = 35a7c9bdbd142d4a17ed88e30025ac43bc1654f9478c3e372e3f1d16a7c2d3da
sha256sums = 36867efee6f9a491e64979ed329ce87f2136da2afcce4c9ef5696a9f2538d9ba
sha256sums = 4b63fa17717239db8a87ebeae1fdd96c5318b71d7d851d6c5a4f337793d3fecd
sha256sums = bb106abfddfa388cdd9953b034e3176f87eac636932d793b2f5293576cc017bb
diff --git a/PKGBUILD b/PKGBUILD
index 652babd4ac7a..2e032d6adbce 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sahil Gupte <ovenoboyo@gmail.com>
pkgname=moosync
-pkgver=9.0.1
+pkgver=10.0.0
pkgrel=1
pkgdesc='A simple music player'
arch=('any')
@@ -11,8 +11,8 @@ provides=("${pkgname}")
depends=('electron' 'libvips' 'alsa-lib')
makedepends=('yarn' 'node-gyp' 'cargo')
source=("${pkgname}-${pkgver}-prebuilt.tar::https://github.com/Moosync/Moosync/releases/download/v${pkgver}/Moosync-${pkgver}-linux-x64.pacman" "${pkgname}-${pkgver}.tar::https://github.com/Moosync/Moosync/archive/v${pkgver}.tar.gz" moosync moosync.desktop builder-args.sh)
-sha256sums=('83d386dafe6ef40094b61d6bdb1f03ae3182f81bbe11f460c19e473a7e75c6f1'
- 'e09736f85d2e01016055c6d1503401fa2ded2ff447577dbb5c893daf15d867f9'
+sha256sums=('bc9c5312dbba3c53602c435c502fbb540998a9120b6b636f2e6be34c369268a6'
+ '35a7c9bdbd142d4a17ed88e30025ac43bc1654f9478c3e372e3f1d16a7c2d3da'
'36867efee6f9a491e64979ed329ce87f2136da2afcce4c9ef5696a9f2538d9ba'
'4b63fa17717239db8a87ebeae1fdd96c5318b71d7d851d6c5a4f337793d3fecd'
'bb106abfddfa388cdd9953b034e3176f87eac636932d793b2f5293576cc017bb')