summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten Bezemer2021-02-16 19:41:18 +0100
committerMaarten Bezemer2021-02-16 19:41:18 +0100
commit7393b60bfdd92500e3acad325809ca52eee603da (patch)
treebe05cc9870d5eab59fed41acd12c17f1386369e0
parent4ea36eef59afaee062b4ac852890ee83109e3507 (diff)
downloadaur-7393b60bfdd92500e3acad325809ca52eee603da.tar.gz
Update to version 8.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c309be9f86bd..11daaab8734b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cubbit
pkgdesc = Cubbit desktop-sync application
- pkgver = 8.0.0
+ pkgver = 8.0.2
pkgrel = 1
url = https://www.cubbit.io/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = cubbit
depends = libxss
depends = libxtst
options = !strip
- source = https://get.cubbit.io/desktop/linux/Cubbit-8.0.0.AppImage
- sha256sums = 9cebfd0bec1709318cd543d3fe3d55a4ea70654782ae39b012968d26d21d9c35
+ source = https://get.cubbit.io/desktop/linux/Cubbit-8.0.2.AppImage
+ sha256sums = 96a32b692a1bac135247afb2a65537fafadf6f18a4496a6d03e22d4a47e9ad1d
pkgname = cubbit
diff --git a/PKGBUILD b/PKGBUILD
index bad14e2f0bcb..ed4d070ad7cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cubbit
pkgdesc='Cubbit desktop-sync application'
-pkgver=8.0.0
+pkgver=8.0.2
pkgrel=1
arch=('x86_64')
url='https://www.cubbit.io/'
@@ -10,7 +10,7 @@ license=('custom')
depends=('gtk2' 'hicolor-icon-theme' 'libxss' 'libxtst')
options=('!strip')
source=("https://get.cubbit.io/desktop/linux/Cubbit-${pkgver}.AppImage")
-sha256sums=('9cebfd0bec1709318cd543d3fe3d55a4ea70654782ae39b012968d26d21d9c35')
+sha256sums=('96a32b692a1bac135247afb2a65537fafadf6f18a4496a6d03e22d4a47e9ad1d')
prepare() {
chmod +x Cubbit-${pkgver}.AppImage