summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-10-05 11:06:48 +0300
committerOscar Morante2018-10-05 11:06:48 +0300
commit1151447f1231beab46e28317848d96ff73b811b1 (patch)
tree2e4342f32a9b73c2e2681f213046cd033f53bd1e
parent978e8072c9e326d2c7075ef43ca019e5476b2d0b (diff)
downloadaur-1151447f1231beab46e28317848d96ff73b811b1.tar.gz
update to new upstream version (1.1.0)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3422635f010..94a75cbb67db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
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.0.0
+ pkgver = 1.1.0
pkgrel = 1
- url = https://forum.unity.com/threads/unity-hub-v-1-0-0-is-now-available.555547/
+ url = https://forum.unity.com/threads/unity-hub-v-1-1-0-is-now-available.564763/
arch = x86_64
license = custom
depends = gtk2
@@ -13,7 +13,7 @@ pkgbase = unityhub
depends = cpio
depends = zip
source = https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
- md5sums = 53e4e6d568ede8b9b6daa230fb16b4e3
+ md5sums = 7b3fd6f7d66680603a6f3342d77e8a49
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index 3c46d1dc93fb..f9dc4c6ae98d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Oscar Morante <oscar@mooistudios.com>
pkgname=unityhub
-pkgver=1.0.0
+pkgver=1.1.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')
-url="https://forum.unity.com/threads/unity-hub-v-1-0-0-is-now-available.555547/"
+url="https://forum.unity.com/threads/unity-hub-v-1-1-0-is-now-available.564763/"
license=('custom')
depends=('gtk2' 'nss' 'p7zip' 'tar' 'gzip' 'cpio' 'zip')
source=("https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage")
-md5sums=('53e4e6d568ede8b9b6daa230fb16b4e3')
+md5sums=('7b3fd6f7d66680603a6f3342d77e8a49')
PKGEXT='.pkg.tar'
package() {