summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-11-04 15:10:39 +0200
committerOscar Morante2018-11-04 15:10:39 +0200
commit3f900b31c6921a77b7388dea96cdb1b89632318e (patch)
tree18cede2852585ee5ab29f899f54748d727cbbdc5
parentb47f54eb9bc9b6e77f3560f1ac53a34ae00ca6db (diff)
downloadaur-3f900b31c6921a77b7388dea96cdb1b89632318e.tar.gz
update to new upstream version (2018.3.0b8)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab53494f01e7..110cc79e3f9a 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.0b6
+ pkgver = 2018.3.0b8
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/f5aefbeed0ac/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b6.tar.xz
- sha1sums = 2adf9279420f55e1fcc858f7eabc5e38c1df1ac9
+ source = https://beta.unity3d.com/download/fa755def4b97/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.3.0b8.tar.xz
+ sha1sums = 829cb18666c600ad6032e8187a7e9cf112a6a7d2
pkgname = unity-editor-beta-webgl
diff --git a/PKGBUILD b/PKGBUILD
index cb6dbe340719..f18a50ca5449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2018.3.0
-_build=b6
-_randomstring=f5aefbeed0ac
+_build=b8
+_randomstring=fa755def4b97
_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=('2adf9279420f55e1fcc858f7eabc5e38c1df1ac9')
+sha1sums=('829cb18666c600ad6032e8187a7e9cf112a6a7d2')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package