summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsinasio2023-10-30 22:11:31 +0100
committersinasio2023-10-30 22:11:31 +0100
commit780bf2112169d41dd57dfd6b17c0a9592f8313cd (patch)
tree3a978020931629d6338067c6c9c89bfe841f3caa
parent3264d1d91098304795c5278827cd8923926cc653 (diff)
downloadaur-780bf2112169d41dd57dfd6b17c0a9592f8313cd.tar.gz
Updated UnityHub to 3.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a73eaf97736..1119d3c06ef1 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.2
+ pkgver = 3.6.0
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.2.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.5.2.deb
+ source = unityhub-3.6.0.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.6.0.deb
source = license.txt
- sha256sums = 3227a1701b3e1207de9fb333933cd6c4bb93ad6ac792a223d72e3bb0f23763be
+ sha256sums = e98eae17d66cf63604182a0603bf74fff30a4738b63f5bb0bb2eaf685c24aed8
sha256sums = f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index b89e1c7adc70..cbc06a6ebc82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Marius Glo <marius@mgl.dev>
pkgname=unityhub
-pkgver=3.5.2
+pkgver=3.6.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/"
@@ -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=('3227a1701b3e1207de9fb333933cd6c4bb93ad6ac792a223d72e3bb0f23763be'
+sha256sums=('e98eae17d66cf63604182a0603bf74fff30a4738b63f5bb0bb2eaf685c24aed8'
'f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833')
conflicts=('unityhub-beta')
OPTIONS=(!strip)