summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2019-04-16 13:06:24 +0200
committerOscar Morante2019-04-16 13:06:24 +0200
commitc7d137f11bb3bc62e3f222dfdb4a1619356c11e6 (patch)
tree1fb630748578245ed1abe3d470c18282988c16f4
parentc4efd632a4db59520ff0f853f04d4981ce723265 (diff)
downloadaur-c7d137f11bb3bc62e3f222dfdb4a1619356c11e6.tar.gz
update to new upstream version (1.6.1)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5dc10b144d3..ab06eb38bb38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.0
- pkgrel = 2
+ pkgver = 1.6.1
+ pkgrel = 1
url = https://forum.unity.com/threads/unity-hub-v-1-5-0-is-now-available.627847/
arch = x86_64
license = custom
@@ -14,8 +14,8 @@ pkgbase = unityhub
depends = zip
depends = libxss
depends = gconf
- source = unityhub-1.6.0.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
- md5sums = fb4649ef1223486f9a97972b387b1e78
+ source = unityhub-1.6.1.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
+ md5sums = 2baf2c3f1990464f083788645f70f731
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index 0cbe12b08e0a..fca453060aa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Oscar Morante <oscar@mooistudios.com>
pkgname=unityhub
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.6.1
+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-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=('fb4649ef1223486f9a97972b387b1e78')
+md5sums=('2baf2c3f1990464f083788645f70f731')
PKGEXT='.pkg.tar'
package() {