summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLolix2019-06-28 07:20:53 +0200
committerLolix2019-06-28 07:20:53 +0200
commitdbd253b97b12ce23c587eeb1cbf8717ed528f8c9 (patch)
treeaf7bb60eb16c6c324ad852484663ebe7dbc33e20
parentdf72e703c5faab374736ce587f959e47f989f443 (diff)
downloadaur-dbd253b97b12ce23c587eeb1cbf8717ed528f8c9.tar.gz
v2.1.4
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b55f883b5f98..ad365d29163e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = headset-bin
pkgdesc = An Electron-based music player for the busy ones
- pkgver = 2.1.1
+ pkgver = 2.1.4
pkgrel = 1
url = https://headsetapp.co/
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = headset-bin
conflicts = headset
source = headset-bin-MIT::https://github.com/headsetapp/headset-electron/raw/master/LICENSE
sha256sums = 0fd4183b7556b9f1b93d974969bad60053ab01db10ed2b501d26ed6840766045
- source_x86_64 = https://github.com/headsetapp/headset-electron/releases/download/v2.1.1/headset_2.1.1_amd64.deb
- sha256sums_x86_64 = 8c5ebb2535f7f9909075edb0e1ab14a9914e5446cbcba34c3c5cad0cad5f31e2
+ source_x86_64 = https://github.com/headsetapp/headset-electron/releases/download/v2.1.4/headset_2.1.4_amd64.deb
+ sha256sums_x86_64 = ca59d4091d126f30197bb10269d4b6b18dc67396ae8a6a79c2e24b6f94f76b30
pkgname = headset-bin
diff --git a/PKGBUILD b/PKGBUILD
index e49d0782e814..62f6267cd228 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=headset-bin
-pkgver=2.1.1
+pkgver=2.1.4
pkgrel=1
pkgdesc="An Electron-based music player for the busy ones"
arch=(x86_64)
@@ -13,7 +13,7 @@ conflicts=(headset)
source_x86_64=("https://github.com/headsetapp/headset-electron/releases/download/v${pkgver}/headset_${pkgver}_amd64.deb")
source=("$pkgname-MIT::https://github.com/headsetapp/headset-electron/raw/master/LICENSE")
sha256sums=('0fd4183b7556b9f1b93d974969bad60053ab01db10ed2b501d26ed6840766045')
-sha256sums_x86_64=('8c5ebb2535f7f9909075edb0e1ab14a9914e5446cbcba34c3c5cad0cad5f31e2')
+sha256sums_x86_64=('ca59d4091d126f30197bb10269d4b6b18dc67396ae8a6a79c2e24b6f94f76b30')
PKGEXT='.pkg.tar'
package() {