summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2019-07-10 12:35:59 +0200
committerOscar Morante2019-07-10 12:35:59 +0200
commit77efe375006e8421be014418e4f9ae2f4d304fb9 (patch)
treed53dfbd2a8db26aebf5c34b04115a7f1dbe402f8
parent08a4995159ca3bbb5e4c051f2b130f4a2626cef2 (diff)
downloadaur-77efe375006e8421be014418e4f9ae2f4d304fb9.tar.gz
update to new upstream version (2.0.3)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e9de360403f..9a2ebd952d34 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.2
+ pkgver = 2.0.3
pkgrel = 1
arch = x86_64
license = custom
@@ -13,8 +13,8 @@ pkgbase = unityhub
depends = zip
depends = libxss
depends = gconf
- source = unityhub-2.0.2.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
- md5sums = f049af6f298def6dd7c6ff035d48b728
+ source = unityhub-2.0.3.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
+ md5sums = 7aa262e5afdb96661da307d4f059bae0
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index bdf92908cf58..c98724fa1efd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Oscar Morante <oscar@mooistudios.com>
pkgname=unityhub
-pkgver=2.0.2
+pkgver=2.0.3
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=('f049af6f298def6dd7c6ff035d48b728')
+md5sums=('7aa262e5afdb96661da307d4f059bae0')
PKGEXT='.pkg.tar'
package() {