summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aaf4329ce0b..a74d79aaa22a 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.0b3
+ pkgver = 2018.3.0b4
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/cc0086a8e10c/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b3.tar.xz
- sha1sums = 147f7fdae8379f5d4c0b53291232ba2b883384c7
+ source = https://beta.unity3d.com/download/44012bad7987/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b4.tar.xz
+ sha1sums = 6cf176fa8d92c5e52dd1daa80cc754df896290d8
pkgname = unity-editor-beta-webgl
diff --git a/PKGBUILD b/PKGBUILD
index fdab8eff1780..763438bc2abf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2018.3.0
-_build=b3
-_randomstring=cc0086a8e10c
+_build=b4
+_randomstring=44012bad7987
_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=('147f7fdae8379f5d4c0b53291232ba2b883384c7')
+sha1sums=('6cf176fa8d92c5e52dd1daa80cc754df896290d8')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package