summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2019-07-12 15:51:54 +0200
committerFabioLolix2019-07-12 15:51:54 +0200
commit442fcf0d7bffa48d5afcd6610b759ab6dec45a1b (patch)
tree4eb95a4170defab106831ad74925b3d835c620ca
parentdbd253b97b12ce23c587eeb1cbf8717ed528f8c9 (diff)
downloadaur-442fcf0d7bffa48d5afcd6610b759ab6dec45a1b.tar.gz
v3.0.2
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad365d29163e..800292470d21 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.4
+ pkgver = 3.0.2
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.4/headset_2.1.4_amd64.deb
- sha256sums_x86_64 = ca59d4091d126f30197bb10269d4b6b18dc67396ae8a6a79c2e24b6f94f76b30
+ source_x86_64 = https://github.com/headsetapp/headset-electron/releases/download/v3.0.2/headset_3.0.2_amd64.deb
+ sha256sums_x86_64 = 54c60bd7b7b14f4d70113fae7a19e0a3c217d87d3e5fd5de36fb89adaaba8bb3
pkgname = headset-bin
diff --git a/PKGBUILD b/PKGBUILD
index 62f6267cd228..1d7d44a32dfe 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.4
+pkgver=3.0.2
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=('ca59d4091d126f30197bb10269d4b6b18dc67396ae8a6a79c2e24b6f94f76b30')
+sha256sums_x86_64=('54c60bd7b7b14f4d70113fae7a19e0a3c217d87d3e5fd5de36fb89adaaba8bb3')
PKGEXT='.pkg.tar'
package() {