summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2019-05-03 12:11:27 +0200
committerOscar Morante2019-05-03 12:11:27 +0200
commita972ce94ba92b2f0c0bee506546762c369e567e1 (patch)
tree91fa3fe2f51d018f1f70ffcf24a027ba80da62b3
parentc7d137f11bb3bc62e3f222dfdb4a1619356c11e6 (diff)
downloadaur-a972ce94ba92b2f0c0bee506546762c369e567e1.tar.gz
update to new upstream version (1.6.2)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab06eb38bb38..9bc5a9818799 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.1
+ pkgver = 1.6.2
pkgrel = 1
url = https://forum.unity.com/threads/unity-hub-v-1-5-0-is-now-available.627847/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = unityhub
depends = zip
depends = libxss
depends = gconf
- source = unityhub-1.6.1.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
- md5sums = 2baf2c3f1990464f083788645f70f731
+ source = unityhub-1.6.2.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
+ md5sums = fecd1c13ba50d46e1feac6bc8e0ac704
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index fca453060aa5..3bd24e2061a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oscar Morante <oscar@mooistudios.com>
pkgname=unityhub
-pkgver=1.6.1
+pkgver=1.6.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')
@@ -9,7 +9,7 @@ url=https://forum.unity.com/threads/unity-hub-v-1-5-0-is-now-available.627847/
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=('2baf2c3f1990464f083788645f70f731')
+md5sums=('fecd1c13ba50d46e1feac6bc8e0ac704')
PKGEXT='.pkg.tar'
package() {