summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSahil Gupte2022-03-23 03:04:25 +0530
committerSahil Gupte2022-03-23 03:04:25 +0530
commit886ce546e1b67d71e1ffaf714bc1ccf9596de414 (patch)
tree6ab6806372df7400186b3280e2b5570125ac3f9a
parent672712294b954289d9f8b857ec8c8bb57bf078c6 (diff)
downloadaur-886ce546e1b67d71e1ffaf714bc1ccf9596de414.tar.gz
Bump to 1.2.0
Signed-off-by: Sahil Gupte <sahilsachingupte@gmail.com>
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b172cc877249..816f03e0543e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moosync
pkgdesc = A simple music player
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 2
url = https://github.com/Moosync/Moosync
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = moosync
depends = electron17-bin
depends = libvips
provides = moosync
- source = moosync-1.1.1.tar::https://github.com/Moosync/Moosync/releases/download/v1.1.1/Moosync-1.1.1-linux-x64.pacman
+ source = moosync-1.2.0.tar::https://github.com/Moosync/Moosync/releases/download/v1.2.0/Moosync-1.2.0-linux-x64.pacman
source = moosync
- sha256sums = e2586c7d4da8e84fa1e54359f674252ab03af50c7af01082b189dcfb06d077e6
+ sha256sums = 25cb1930bede987828fc518566f2773a380290157ea560eee8d959be6353376c
sha256sums = 4358bc8c2511a4d8c7ca3ca88357a07124be7dff827009317e19f1b3e4fa3ec5
pkgname = moosync
diff --git a/PKGBUILD b/PKGBUILD
index 01f474307a80..edb7a86cc7f8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sahil Gupte <ovenoboyo@gmail.com>
pkgname=moosync
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=2
pkgdesc='A simple music player'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
provides=("${pkgname}")
depends=('electron17-bin' 'libvips')
source=("${pkgname}-${pkgver}.tar::https://github.com/Moosync/Moosync/releases/download/v${pkgver}/Moosync-${pkgver}-linux-x64.pacman" moosync)
-sha256sums=('e2586c7d4da8e84fa1e54359f674252ab03af50c7af01082b189dcfb06d077e6' '4358bc8c2511a4d8c7ca3ca88357a07124be7dff827009317e19f1b3e4fa3ec5')
+sha256sums=('25cb1930bede987828fc518566f2773a380290157ea560eee8d959be6353376c' '4358bc8c2511a4d8c7ca3ca88357a07124be7dff827009317e19f1b3e4fa3ec5')
package() {
cd "$srcdir"