summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2019-05-14 11:37:21 +0200
committerOscar Morante2019-05-14 11:37:21 +0200
commit6b779869cdc22bf2054934d91686da38c0d3bfac (patch)
treef58002cdaea4c141b9e8af09b525fef3bb8ce423
parent961803ff925709b4f3a47f5a933544df18576071 (diff)
downloadaur-6b779869cdc22bf2054934d91686da38c0d3bfac.tar.gz
update to new upstream version (2.0.0)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03afb4d92c9f..33c9ac757370 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 = 1.6.2
+ pkgver = 2.0.0
pkgrel = 1
arch = x86_64
license = custom
@@ -13,8 +13,8 @@ pkgbase = unityhub
depends = zip
depends = libxss
depends = gconf
- source = unityhub-1.6.2.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
- md5sums = fecd1c13ba50d46e1feac6bc8e0ac704
+ source = unityhub-2.0.0.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
+ md5sums = 22b17a9b89f815abf9bfe90e634db8f9
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index ee6c097f31bd..9be33e4ba2cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Oscar Morante <oscar@mooistudios.com>
pkgname=unityhub
-pkgver=1.6.2
+pkgver=2.0.0
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')
source=("${pkgname}-${pkgver}.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage")
-md5sums=('fecd1c13ba50d46e1feac6bc8e0ac704')
+md5sums=('22b17a9b89f815abf9bfe90e634db8f9')
PKGEXT='.pkg.tar'
package() {