summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2019-12-17 20:06:26 +0100
committerOscar Morante2019-12-17 20:06:26 +0100
commit32793f25002c31ecdeda07d567c8fffdb80f8a09 (patch)
tree14d7501859ce4551d7ad80301c7b32b1c6496f35
parenta068184de4b7c0db376fd153bd6495a21006f0a0 (diff)
downloadaur-32793f25002c31ecdeda07d567c8fffdb80f8a09.tar.gz
update to new upstream version (2.2.2)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af9dca081ff9..df505430e9b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unityhub
pkgdesc = The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations.
- pkgver = 2.1.3
+ pkgver = 2.2.2
pkgrel = 1
arch = x86_64
license = custom
@@ -14,8 +14,8 @@ pkgbase = unityhub
depends = libxss
depends = gconf
depends = libxtst
- source = unityhub-2.1.3.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
- md5sums = 25a791ede226bdab78bb823340c277e0
+ source = unityhub-2.2.2.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
+ md5sums = 585164e362a5d354fcf9ce8521fbf1fa
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index 715dbb8ca995..899945f35403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Oscar Morante <oscar@mooistudios.com>
pkgname=unityhub
-pkgver=2.1.3
+pkgver=2.2.2
pkgrel=1
pkgdesc="The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations."
arch=('x86_64')
license=('custom')
depends=('gtk2' 'nss' 'p7zip' 'tar' 'gzip' 'cpio' 'zip' 'libxss' 'gconf' 'libxtst')
source=("${pkgname}-${pkgver}.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage")
-md5sums=('25a791ede226bdab78bb823340c277e0')
+md5sums=('585164e362a5d354fcf9ce8521fbf1fa')
PKGEXT='.pkg.tar'
build() {