summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-10-15 14:50:47 +0300
committerOscar Morante2018-10-15 14:50:47 +0300
commit79b0555aa8bd73ff315484fa5f8744771ffbe070 (patch)
tree4f9c948c75f1ae46639b0df30ba52ef7de018016
parentf1593ed6d0d24cefefac7939677b2ff9c745ca08 (diff)
downloadaur-79b0555aa8bd73ff315484fa5f8744771ffbe070.tar.gz
update to new upstream version (2018.3.0b5)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a74d79aaa22a..6fa530611a8c 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.0b4
+ pkgver = 2018.3.0b5
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/44012bad7987/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b4.tar.xz
- sha1sums = 6cf176fa8d92c5e52dd1daa80cc754df896290d8
+ source = https://beta.unity3d.com/download/01088ee0a3a8/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b5.tar.xz
+ sha1sums = 89dd786d918896b5f4204168c38b9f1e0437ba5d
pkgname = unity-editor-beta-webgl
diff --git a/PKGBUILD b/PKGBUILD
index 763438bc2abf..bbff490876fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2018.3.0
-_build=b4
-_randomstring=44012bad7987
+_build=b5
+_randomstring=01088ee0a3a8
_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=('6cf176fa8d92c5e52dd1daa80cc754df896290d8')
+sha1sums=('89dd786d918896b5f4204168c38b9f1e0437ba5d')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package