summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSahil Gupte2022-05-05 17:34:02 +0530
committerSahil Gupte2022-05-05 17:34:02 +0530
commit6084df1bc5a2bac0cfd5ed5d7d974e915f36f7ad (patch)
treeeb579cf1cd037926385d765fc97cdb20a143e40f
parente2bff140701e308872436b5889feb15eff9f125f (diff)
downloadaur-6084df1bc5a2bac0cfd5ed5d7d974e915f36f7ad.tar.gz
Bump to v2.1.0
Signed-off-by: Sahil Gupte <sahilsachingupte@gmail.com>
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d926e9362921..0e01cff99a28 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moosync
pkgdesc = A simple music player
- pkgver = 2.0.0
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/Moosync/Moosync
arch = any
@@ -10,12 +10,12 @@ pkgbase = moosync
depends = electron
depends = libvips
provides = moosync
- source = moosync-2.0.0-prebuilt.tar::https://github.com/Moosync/Moosync/releases/download/v2.0.0/Moosync-2.0.0-linux-x64.pacman
- source = moosync-2.0.0.tar::https://github.com/Moosync/Moosync/archive/adcdc02036867e93e4aacdf6f0dafb42bc444825.tar.gz
+ source = moosync-2.1.0-prebuilt.tar::https://github.com/Moosync/Moosync/releases/download/v2.1.0/Moosync-2.1.0-linux-x64.pacman
+ source = moosync-2.1.0.tar::https://github.com/Moosync/Moosync/archive/v2.1.0.tar.gz
source = moosync
source = moosync.desktop
- sha256sums = bc934259fcfc26257030be7f7ecddc6aa66d897536b3f8e5d3e98e1c9ef88c6c
- sha256sums = 03e5d1daffdd34fa0bbc28e848dc1e2d61c4d2af1239f748a7cc3ef6b8035076
+ sha256sums = eebdd3f053032dfb786422ec42ab2a2ab8a82938a6dbde7205d196fd3c080ab9
+ sha256sums = 51144d479e4bb695a36276001cd132003954096c1e71aa2c1336da2b4eeb76ad
sha256sums = 36867efee6f9a491e64979ed329ce87f2136da2afcce4c9ef5696a9f2538d9ba
sha256sums = 4b63fa17717239db8a87ebeae1fdd96c5318b71d7d851d6c5a4f337793d3fecd
diff --git a/PKGBUILD b/PKGBUILD
index a97273221c3f..d2703f8e5eda 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sahil Gupte <ovenoboyo@gmail.com>
pkgname=moosync
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc='A simple music player'
arch=('any')
@@ -11,9 +11,9 @@ provides=("${pkgname}")
depends=('electron' 'libvips')
makedepends=('nodejs-lts-gallium' 'yarn')
_patchcommit="adcdc02036867e93e4aacdf6f0dafb42bc444825"
-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/${_patchcommit}.tar.gz" moosync moosync.desktop)
-sha256sums=('bc934259fcfc26257030be7f7ecddc6aa66d897536b3f8e5d3e98e1c9ef88c6c'
- '03e5d1daffdd34fa0bbc28e848dc1e2d61c4d2af1239f748a7cc3ef6b8035076'
+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)
+sha256sums=('eebdd3f053032dfb786422ec42ab2a2ab8a82938a6dbde7205d196fd3c080ab9'
+ '51144d479e4bb695a36276001cd132003954096c1e71aa2c1336da2b4eeb76ad'
'36867efee6f9a491e64979ed329ce87f2136da2afcce4c9ef5696a9f2538d9ba'
'4b63fa17717239db8a87ebeae1fdd96c5318b71d7d851d6c5a4f337793d3fecd')
_sourcedirectory="Moosync-$_patchcommit"