summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Frenguelli2022-09-19 22:47:38 +0200
committerFederico Frenguelli2022-09-19 22:47:38 +0200
commit24df94eb63efade5e9f1b41b5f8083a7d7f1aea8 (patch)
tree1d3e04d499726c1eb1e629144e00f6aacd102196
parente3fd669796f53433b50f697fdddc8f28ac3c6fb2 (diff)
downloadaur-24df94eb63efade5e9f1b41b5f8083a7d7f1aea8.tar.gz
Update UnityHub to version 3.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 048dd11aba7e..e68aa5eb420c 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.2.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://unity.com/
arch = x86_64
@@ -13,9 +13,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.2.0.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.2.0.deb
+ source = unityhub-3.3.0.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.3.0.deb
source = license.txt
- sha256sums = 663de26c61eae85ef996ea02e9e20b7fbc9757e9f2d42db66ce81b2816d1e608
+ sha256sums = 5b934f3af214143c8db9ab940d70ff8da303e5448f3bfed6b72e85bb1b456d19
sha256sums = f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index cfc4462851eb..b08b139ef719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Marius Glo <marius@mgl.dev>
pkgname=unityhub
-pkgver=3.2.0
+pkgver=3.3.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/"
@@ -22,7 +22,7 @@ source=(
'license.txt'
)
sha256sums=(
- '663de26c61eae85ef996ea02e9e20b7fbc9757e9f2d42db66ce81b2816d1e608'
+ '5b934f3af214143c8db9ab940d70ff8da303e5448f3bfed6b72e85bb1b456d19'
'f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833'
)
conflicts=('unityhub-beta')