summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-12-02 14:52:36 +0200
committerOscar Morante2018-12-02 14:52:36 +0200
commitb10b8b5158f0dcd15119f781c26159d7fe9e35d0 (patch)
treecd5930582590c8aa5b0bb5fc0e79302f9c17bcfb
parenteae4698bb01506c7a5481792276c619e32b55ce2 (diff)
downloadaur-b10b8b5158f0dcd15119f781c26159d7fe9e35d0.tar.gz
update to new upstream version (2018.3.0b12)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87921f6d6add..0d5cd6c55d5f 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.0b11
+ pkgver = 2018.3.0b12
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/45aaf16dbe1a/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b11.tar.xz
- sha1sums = b8453e8a515bf534ae5421638c2dd330549f40c8
+ source = https://beta.unity3d.com/download/77f6238a7ced/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b12.tar.xz
+ sha1sums = bfaa2b21129be2e38927926b86ad9e75c9c4f7ff
pkgname = unity-editor-beta-webgl
diff --git a/PKGBUILD b/PKGBUILD
index 3be30de26517..57d86ed02e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2018.3.0
-_build=b11
-_randomstring=45aaf16dbe1a
+_build=b12
+_randomstring=77f6238a7ced
_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=('b8453e8a515bf534ae5421638c2dd330549f40c8')
+sha1sums=('bfaa2b21129be2e38927926b86ad9e75c9c4f7ff')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package