summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-09-15 09:49:05 +0300
committerOscar Morante2018-09-15 09:49:05 +0300
commit978e8072c9e326d2c7075ef43ca019e5476b2d0b (patch)
tree9c4aeb169d64ed1a7cfed89a7cb454bc89b43331
parent46f8575ba7b9889500630a56e5a49b9db0f2dcbd (diff)
downloadaur-978e8072c9e326d2c7075ef43ca019e5476b2d0b.tar.gz
update to new upstream version (1.0.0)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2eec2c2556f7..d3422635f010 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 = 0.20.1
+ pkgver = 1.0.0
pkgrel = 1
- url = https://forum.unity.com/threads/unity-hub-release-candidate-0-20-1-is-now-available.546315/
+ url = https://forum.unity.com/threads/unity-hub-v-1-0-0-is-now-available.555547/
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 = 08d1dec6a51a3249dcfc9ac2a1d01b10
+ md5sums = 53e4e6d568ede8b9b6daa230fb16b4e3
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index 2ba0a959c62c..3c46d1dc93fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Oscar Morante <oscar@mooistudios.com>
pkgname=unityhub
-pkgver=0.20.1
+pkgver=1.0.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-release-candidate-0-20-1-is-now-available.546315/"
+url="https://forum.unity.com/threads/unity-hub-v-1-0-0-is-now-available.555547/"
license=('custom')
depends=('gtk2' 'nss' 'p7zip' 'tar' 'gzip' 'cpio' 'zip')
source=("https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage")
-md5sums=('08d1dec6a51a3249dcfc9ac2a1d01b10')
+md5sums=('53e4e6d568ede8b9b6daa230fb16b4e3')
PKGEXT='.pkg.tar'
package() {