summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2019-06-19 11:44:04 +0300
committerOscar Morante2019-06-19 11:44:04 +0300
commit08a4995159ca3bbb5e4c051f2b130f4a2626cef2 (patch)
tree3008a15e8313dc3f8b1e5d5f76594c6cadb5c64e
parent0e5b5a3b446ad5d0a02843768e15a46014bfa828 (diff)
downloadaur-08a4995159ca3bbb5e4c051f2b130f4a2626cef2.tar.gz
update to new upstream version (2.0.2)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcaa09e231f5..0e9de360403f 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.0.1
+ pkgver = 2.0.2
pkgrel = 1
arch = x86_64
license = custom
@@ -13,8 +13,8 @@ pkgbase = unityhub
depends = zip
depends = libxss
depends = gconf
- source = unityhub-2.0.1.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
- md5sums = 95937c6cc26f97628aef855d8f8f28c8
+ source = unityhub-2.0.2.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
+ md5sums = f049af6f298def6dd7c6ff035d48b728
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index 8da6809e1771..bdf92908cf58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Oscar Morante <oscar@mooistudios.com>
pkgname=unityhub
-pkgver=2.0.1
+pkgver=2.0.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')
source=("${pkgname}-${pkgver}.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage")
-md5sums=('95937c6cc26f97628aef855d8f8f28c8')
+md5sums=('f049af6f298def6dd7c6ff035d48b728')
PKGEXT='.pkg.tar'
package() {