summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2019-09-18 10:57:25 +0200
committerOscar Morante2019-09-18 10:57:25 +0200
commit0b5fbdc5e0740146be1ee6ad4c2c767b7a5926c4 (patch)
tree56d0f9c781b2c62f6e57d246cc9ce370d7378a20
parent2cc7049f069b54a730dbcc7c0130948489a0b5d8 (diff)
downloadaur-0b5fbdc5e0740146be1ee6ad4c2c767b7a5926c4.tar.gz
update to new upstream version (2.1.2)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abbad0e4396a..801e05314d11 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 = 2.1.1
+ pkgver = 2.1.2
pkgrel = 1
arch = x86_64
license = custom
@@ -14,8 +14,8 @@ pkgbase = unityhub
depends = libxss
depends = gconf
depends = libxtst
- source = unityhub-2.1.1.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
- md5sums = 012c855e84965e5fb3d52a36677ccfdf
+ source = unityhub-2.1.2.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
+ md5sums = 7cbff634d574a4e6da02fd1ce15bf2cb
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index 6409329a51f5..b657e5e9be79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Oscar Morante <oscar@mooistudios.com>
pkgname=unityhub
-pkgver=2.1.1
+pkgver=2.1.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')
license=('custom')
depends=('gtk2' 'nss' 'p7zip' 'tar' 'gzip' 'cpio' 'zip' 'libxss' 'gconf' 'libxtst')
source=("${pkgname}-${pkgver}.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage")
-md5sums=('012c855e84965e5fb3d52a36677ccfdf')
+md5sums=('7cbff634d574a4e6da02fd1ce15bf2cb')
PKGEXT='.pkg.tar'
package() {