summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Frenguelli2022-03-19 08:30:11 +0100
committerFederico Frenguelli2022-03-19 08:30:11 +0100
commit36ca9d05ec83c0c320cb3e49b41d1fef62b20ac5 (patch)
tree02d83d7a22c8de07200425f46cf15e7adf183511
parentfe0fd142c7610ce57460ebe8698ec73356bef7ba (diff)
downloadaur-36ca9d05ec83c0c320cb3e49b41d1fef62b20ac5.tar.gz
Updated UnityHub version to 3.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9c4e502368c..de2e49b7ce95 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 = 3.0.2
- pkgrel = 2
+ pkgver = 3.1.1
+ pkgrel = 1
url = https://unity.com/
arch = x86_64
license = custom
@@ -10,9 +10,9 @@ pkgbase = unityhub
optdepends = libappindicator-gtk3: The DEB says this an optional dependency
optdepends = gconf: Used by old editors
optdepends = cpio: used for Android build support
- source = unityhub-3.0.2.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.0.1.deb
+ source = unityhub-3.1.1.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.1.1.deb
source = license.txt
- sha256sums = 2c07bd472755b5eb544a0f89a528c7237c502daed4b56f6371611442cc4b3c0f
+ sha256sums = 148d3534bbc6c0cb755d30ba5ddaf28b914bff4685d02f292e2b125d1c7b996a
sha256sums = f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index 70b85a1febd9..095dfd8a1de1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Marius Glo <marius@mgl.dev>
# Maintainer: Nobbele <realnobbele@gmail.com>
# Contributor: Oscar Morante <oscar@mooistudios.com>
+# Contributor: sinasio <synasius@gmail.com>
pkgname=unityhub
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.1.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."
url="https://unity.com/"
arch=('x86_64')
@@ -16,11 +17,11 @@ optdepends=(
'cpio: used for Android build support'
)
source=(
- "$pkgname-$pkgver.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.0.1.deb"
+ "$pkgname-$pkgver.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.1.1.deb"
'license.txt'
)
sha256sums=(
- '2c07bd472755b5eb544a0f89a528c7237c502daed4b56f6371611442cc4b3c0f'
+ '148d3534bbc6c0cb755d30ba5ddaf28b914bff4685d02f292e2b125d1c7b996a'
'f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833'
)
OPTIONS=(!strip)