summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsinasio2023-11-07 15:40:40 +0100
committersinasio2023-11-07 15:40:40 +0100
commit76603c7a259dbda849b8e2782039d42102b5c03b (patch)
tree5479597e0c875e4eafbd08d42a7ae7d44c34e247
parent780bf2112169d41dd57dfd6b17c0a9592f8313cd (diff)
downloadaur-76603c7a259dbda849b8e2782039d42102b5c03b.tar.gz
Updated UnityHub to 3.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1119d3c06ef1..737e4576f024 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.6.0
+ pkgver = 3.6.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.6.0.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.6.0.deb
+ source = unityhub-3.6.1.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.6.1.deb
source = license.txt
- sha256sums = e98eae17d66cf63604182a0603bf74fff30a4738b63f5bb0bb2eaf685c24aed8
+ sha256sums = ae91fceda16f6d86a7b61c0fc3f4a596e387febb63ea8c1c55eb410f8f9325e5
sha256sums = f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index cbc06a6ebc82..49a8136a7cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Marius Glo <marius@mgl.dev>
pkgname=unityhub
-pkgver=3.6.0
+pkgver=3.6.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=('e98eae17d66cf63604182a0603bf74fff30a4738b63f5bb0bb2eaf685c24aed8'
+sha256sums=('ae91fceda16f6d86a7b61c0fc3f4a596e387febb63ea8c1c55eb410f8f9325e5'
'f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833')
conflicts=('unityhub-beta')
OPTIONS=(!strip)