summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoan Blanc2021-03-05 15:56:40 +0100
committerYoan Blanc2021-03-05 15:56:40 +0100
commitf43cc9761e756ebd633480e7969da9424412e82b (patch)
treed7e96b5dea449100cb3829d4e007938a1899a9f7
parent27c05ff29d908a781399c572a3f7e4b402034551 (diff)
downloadaur-f43cc9761e756ebd633480e7969da9424412e82b.tar.gz
Update to 3.3.3
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c83c0fc8405c..3fbbc5dd84e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = headset
pkgdesc = Discover and collect music on YouTube
- pkgver = 3.3.2
+ pkgver = 3.3.3
pkgrel = 1
url = https://headsetapp.co
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = headset
depends = libnotify
depends = nss
depends = libxss
- source = headset-3.3.2.tar.gz::https://github.com/headsetapp/headset-electron/archive/v3.3.2.tar.gz
+ source = headset-3.3.3.tar.gz::https://github.com/headsetapp/headset-electron/archive/v3.3.3.tar.gz
source = headset.desktop
- sha256sums = cc74ee6dca1c9dc08fc7104a44f37c4f59044676cccdc5614d13064db6d6aa3e
+ sha256sums = 389bcd5772ca503c7c58af511f72709a8b7b65a8e70ce5da047e444b49a2a82a
sha256sums = 3bc18b531f1e914e317267a570241855dbf11b27347435fe4770d75b74958123
pkgname = headset
diff --git a/PKGBUILD b/PKGBUILD
index 1942e1e36896..a9317184448a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yoan Blanc <yoan@dosimple.ch>
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=headset
-pkgver=3.3.2
+pkgver=3.3.3
pkgrel=1
pkgdesc="Discover and collect music on YouTube"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gtk3' 'libnotify' 'nss' 'libxss')
makedepends=('npm' 'git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/headsetapp/headset-electron/archive/v$pkgver.tar.gz"
"$pkgname.desktop")
-sha256sums=('cc74ee6dca1c9dc08fc7104a44f37c4f59044676cccdc5614d13064db6d6aa3e'
+sha256sums=('389bcd5772ca503c7c58af511f72709a8b7b65a8e70ce5da047e444b49a2a82a'
'3bc18b531f1e914e317267a570241855dbf11b27347435fe4770d75b74958123')
build() {