summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsinasio2023-08-29 09:17:32 +0200
committersinasio2023-08-29 09:17:32 +0200
commite4cc5ebb90703d73550e913092ff8d8b5e515bff (patch)
tree9bc2746d48593060b3ea7a945943e240b4c2f29c
parentc1bd6ede7c46c5845b0b391df272793ec0bfd641 (diff)
downloadaur-e4cc5ebb90703d73550e913092ff8d8b5e515bff.tar.gz
Updated UnityHub to version 3.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0473d5215206..eb86e1473f65 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.0
+ pkgver = 3.5.1
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.0.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.5.0.deb
+ 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 = license.txt
- sha256sums = 7794d45211aa72192b091a8958711ec2eae3b07c5b7d9fb986ff70f58bf6110e
+ sha256sums = 47f1217f7efd55b87f7cdea224ee812ac52e18c7b6a2025d956a2c12547eedff
sha256sums = f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index 7a3d72f7efd7..eb16683362cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Marius Glo <marius@mgl.dev>
pkgname=unityhub
-pkgver=3.5.0
+pkgver=3.5.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/"
@@ -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=('7794d45211aa72192b091a8958711ec2eae3b07c5b7d9fb986ff70f58bf6110e'
+sha256sums=('47f1217f7efd55b87f7cdea224ee812ac52e18c7b6a2025d956a2c12547eedff'
'f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833')
conflicts=('unityhub-beta')
OPTIONS=(!strip)