summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsinasio2023-09-19 11:37:44 +0200
committersinasio2023-09-19 11:37:44 +0200
commit3264d1d91098304795c5278827cd8923926cc653 (patch)
tree48d43168596a792e52f4bef4e8a58ba942f1f0b9
parente4cc5ebb90703d73550e913092ff8d8b5e515bff (diff)
downloadaur-3264d1d91098304795c5278827cd8923926cc653.tar.gz
Updated UnityHub to 3.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb86e1473f65..5a73eaf97736 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.5.1
+ pkgver = 3.5.2
pkgrel = 1
url = https://unity.com/
install = unityhub.install
@@ -15,9 +15,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.5.1.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.5.1.deb
+ source = unityhub-3.5.2.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.5.2.deb
source = license.txt
- sha256sums = 47f1217f7efd55b87f7cdea224ee812ac52e18c7b6a2025d956a2c12547eedff
+ sha256sums = 3227a1701b3e1207de9fb333933cd6c4bb93ad6ac792a223d72e3bb0f23763be
sha256sums = f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index eb16683362cd..b89e1c7adc70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Marius Glo <marius@mgl.dev>
pkgname=unityhub
-pkgver=3.5.1
+pkgver=3.5.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."
url="https://unity.com/"
@@ -21,7 +21,7 @@ source=(
"$pkgname-$pkgver.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-${pkgver}.deb"
'license.txt'
)
-sha256sums=('47f1217f7efd55b87f7cdea224ee812ac52e18c7b6a2025d956a2c12547eedff'
+sha256sums=('3227a1701b3e1207de9fb333933cd6c4bb93ad6ac792a223d72e3bb0f23763be'
'f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833')
conflicts=('unityhub-beta')
OPTIONS=(!strip)