summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2019-03-08 14:06:24 +0100
committerOscar Morante2019-03-08 14:06:24 +0100
commitcb3781fcadf0fd552d078369ce3ba3dab9df3daf (patch)
tree8c63895784fe3cba322692c44201ec8632310948
parent567a951147eedf01952405a4581b26454e31025f (diff)
downloadaur-cb3781fcadf0fd552d078369ce3ba3dab9df3daf.tar.gz
update to new upstrea version (1.6.0)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16d9b72d3d72..5f5f54443ef8 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.5.0
+ pkgver = 1.6.0
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.5.0.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
- md5sums = d4ac534e0e5209d7e5011f4865162969
+ source = unityhub-1.6.0.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
+ md5sums = fb4649ef1223486f9a97972b387b1e78
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index fc4cf2a2e235..71cf634b9186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oscar Morante <oscar@mooistudios.com>
pkgname=unityhub
-pkgver=1.5.0
+pkgver=1.6.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')
@@ -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=('d4ac534e0e5209d7e5011f4865162969')
+md5sums=('fb4649ef1223486f9a97972b387b1e78')
PKGEXT='.pkg.tar'
package() {