summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Frenguelli2022-04-28 13:07:16 +0200
committerFederico Frenguelli2022-04-28 13:07:16 +0200
commita9dece786f2b6d3d3f750c3b1d981204397ed59f (patch)
treedb7046f5452dad034ae751f06be85dc95b01a1fa
parentcf6a72b6e0e9d5b982ccceefc47d841d7e361210 (diff)
downloadaur-a9dece786f2b6d3d3f750c3b1d981204397ed59f.tar.gz
Updated to UnityHub version 3.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de2e49b7ce95..a0818fed4f26 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.1.1
+ pkgver = 3.1.2
pkgrel = 1
url = https://unity.com/
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = unityhub
optdepends = libappindicator-gtk3: The DEB says this an optional dependency
optdepends = gconf: Used by old editors
optdepends = cpio: used for Android build support
- source = unityhub-3.1.1.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.1.1.deb
+ source = unityhub-3.1.2.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3.1.2.deb
source = license.txt
- sha256sums = 148d3534bbc6c0cb755d30ba5ddaf28b914bff4685d02f292e2b125d1c7b996a
+ sha256sums = d116f590e78e434857294cd422c8b5370364eef23186a1c42ab1d71562a0a627
sha256sums = f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index 66171c6ec2ea..f804eca7f205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: sinasio <synasius@gmail.com>
pkgname=unityhub
-pkgver=3.1.1
+pkgver=3.1.2
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=(
'license.txt'
)
sha256sums=(
- '148d3534bbc6c0cb755d30ba5ddaf28b914bff4685d02f292e2b125d1c7b996a'
+ 'd116f590e78e434857294cd422c8b5370364eef23186a1c42ab1d71562a0a627'
'f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833'
)
OPTIONS=(!strip)