summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Frenguelli2022-06-30 16:57:41 +0200
committerFederico Frenguelli2022-06-30 16:57:41 +0200
commite3fd669796f53433b50f697fdddc8f28ac3c6fb2 (patch)
tree5c87b8a5b2746bc7187524651b490a297509120e
parent5c59d26546aae2832b339c1ec3fff287c00af520 (diff)
downloadaur-e3fd669796f53433b50f697fdddc8f28ac3c6fb2.tar.gz
Updated unityhub to 3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a1d564a76f1..048dd11aba7e 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 = 3.1.2
+ pkgver = 3.2.0
pkgrel = 1
url = https://unity.com/
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = unityhub
optdepends = libicu50: May fix issues related to empty compiler errors
optdepends = icu70: : May fix issues related to empty compiler errors
conflicts = unityhub-beta
- source = unityhub-3.1.2.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.1.2.deb
+ source = unityhub-3.2.0.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.2.0.deb
source = license.txt
- sha256sums = d116f590e78e434857294cd422c8b5370364eef23186a1c42ab1d71562a0a627
+ sha256sums = 663de26c61eae85ef996ea02e9e20b7fbc9757e9f2d42db66ce81b2816d1e608
sha256sums = f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index c9a3cbb8cfc5..cfc4462851eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Marius Glo <marius@mgl.dev>
pkgname=unityhub
-pkgver=3.1.2
+pkgver=3.2.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."
url="https://unity.com/"
@@ -22,7 +22,7 @@ source=(
'license.txt'
)
sha256sums=(
- 'd116f590e78e434857294cd422c8b5370364eef23186a1c42ab1d71562a0a627'
+ '663de26c61eae85ef996ea02e9e20b7fbc9757e9f2d42db66ce81b2816d1e608'
'f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833'
)
conflicts=('unityhub-beta')