summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsinasio2023-06-21 11:37:46 +0200
committersinasio2023-06-21 11:37:46 +0200
commitc1bd6ede7c46c5845b0b391df272793ec0bfd641 (patch)
tree67974c051c4c9df431b8bc51b31fb744654dd0e7
parent55152f76de0e046b656e1bae4a0ae10ab38b6852 (diff)
downloadaur-c1bd6ede7c46c5845b0b391df272793ec0bfd641.tar.gz
Updated UnityHub to version 3.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cdf8526fc39..0473d5215206 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.4.2
+ pkgver = 3.5.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.4.2.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.4.2.deb
+ source = unityhub-3.5.0.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.5.0.deb
source = license.txt
- sha256sums = 235aadac3f7822932eb746ba2541c4ac76a4b2867ecfcfdd0c6f14ebc639cc91
+ sha256sums = 7794d45211aa72192b091a8958711ec2eae3b07c5b7d9fb986ff70f58bf6110e
sha256sums = f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index 3ef5dc8f38fd..7a3d72f7efd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Marius Glo <marius@mgl.dev>
pkgname=unityhub
-pkgver=3.4.2
+pkgver=3.5.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=('235aadac3f7822932eb746ba2541c4ac76a4b2867ecfcfdd0c6f14ebc639cc91'
+sha256sums=('7794d45211aa72192b091a8958711ec2eae3b07c5b7d9fb986ff70f58bf6110e'
'f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833')
conflicts=('unityhub-beta')
OPTIONS=(!strip)