summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-10-19 12:15:18 +0300
committerOscar Morante2018-10-19 12:15:18 +0300
commitb47f54eb9bc9b6e77f3560f1ac53a34ae00ca6db (patch)
tree37650572288d6c8a31da9dec321492900f824adf
parent79b0555aa8bd73ff315484fa5f8744771ffbe070 (diff)
downloadaur-b47f54eb9bc9b6e77f3560f1ac53a34ae00ca6db.tar.gz
update to new upstream version (2018.3.0b6)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fa530611a8c..ab53494f01e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-beta-webgl
pkgdesc = Allows building your Unity projects for the WebGL platform
- pkgver = 2018.3.0b5
+ pkgver = 2018.3.0b6
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = unity-editor-beta-webgl
depends = gzip
depends = ncurses5-compat-libs
options = !strip
- source = https://beta.unity3d.com/download/01088ee0a3a8/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b5.tar.xz
- sha1sums = 89dd786d918896b5f4204168c38b9f1e0437ba5d
+ source = https://beta.unity3d.com/download/f5aefbeed0ac/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b6.tar.xz
+ sha1sums = 2adf9279420f55e1fcc858f7eabc5e38c1df1ac9
pkgname = unity-editor-beta-webgl
diff --git a/PKGBUILD b/PKGBUILD
index bbff490876fd..cb6dbe340719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2018.3.0
-_build=b5
-_randomstring=01088ee0a3a8
+_build=b6
+_randomstring=f5aefbeed0ac
_prefix=/opt/UnityBeta
pkgname=unity-editor-beta-webgl
@@ -17,7 +17,7 @@ depends=('unity-editor-beta'
'gzip'
'ncurses5-compat-libs')
source=("https://beta.unity3d.com/download/${_randomstring}/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-${_version}${_build}.tar.xz")
-sha1sums=('89dd786d918896b5f4204168c38b9f1e0437ba5d')
+sha1sums=('2adf9279420f55e1fcc858f7eabc5e38c1df1ac9')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package