summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-11-22 14:29:17 +0200
committerOscar Morante2018-11-22 14:29:17 +0200
commiteae4698bb01506c7a5481792276c619e32b55ce2 (patch)
tree5119fb0af273720981377ba40501b77fce40c855
parentb481ce692b29274ad79eca037408fed07f82c442 (diff)
downloadaur-eae4698bb01506c7a5481792276c619e32b55ce2.tar.gz
update to new upstream version (2018.3.0b11)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2195a626a467..87921f6d6add 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.0b9
+ pkgver = 2018.3.0b11
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/a3326ae325b2/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b9.tar.xz
- sha1sums = 2232e8f4b844c0eadd92ac8bf2f143eb8aebf3e1
+ source = https://beta.unity3d.com/download/45aaf16dbe1a/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b11.tar.xz
+ sha1sums = b8453e8a515bf534ae5421638c2dd330549f40c8
pkgname = unity-editor-beta-webgl
diff --git a/PKGBUILD b/PKGBUILD
index 729f9f0f2326..3be30de26517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2018.3.0
-_build=b9
-_randomstring=a3326ae325b2
+_build=b11
+_randomstring=45aaf16dbe1a
_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=('2232e8f4b844c0eadd92ac8bf2f143eb8aebf3e1')
+sha1sums=('b8453e8a515bf534ae5421638c2dd330549f40c8')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package