summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-11-27 12:31:53 +0200
committerOscar Morante2018-11-27 12:31:53 +0200
commit318f232dcd66cd5ec204baa9bf412c411a8ca7db (patch)
tree5d78524132647da4af161bea21236a2c53186232
parent9edbdee808f39f6e752c12e48ba332b77acca3b5 (diff)
downloadaur-318f232dcd66cd5ec204baa9bf412c411a8ca7db.tar.gz
update to new upstream version (2018.2.17f1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37908ae941cb..b5783b2f4b6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-webgl
pkgdesc = Allows building your Unity projects for the WebGL platform
- pkgver = 2018.2.16f1
+ pkgver = 2018.2.17f1
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = unity-editor-webgl
depends = gzip
depends = ncurses5-compat-libs
options = !strip
- source = https://download.unity3d.com/download_unity/39a4ac3d51f6/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.2.16f1.tar.xz
- sha1sums = f29ade037dcba459a6bb9afe7b9df069da0b51c7
+ source = https://download.unity3d.com/download_unity/88933597c842/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.2.17f1.tar.xz
+ sha1sums = e03ef109bf787b5d25dd7598b84989eaa390899a
pkgname = unity-editor-webgl
diff --git a/PKGBUILD b/PKGBUILD
index e99f605026d3..7dc8202f1320 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Oscar Morante <spacepluk@gmail.com>
-_version=2018.2.16
+_version=2018.2.17
_build=f1
-_randomstring=39a4ac3d51f6
+_randomstring=88933597c842
_prefix=/opt/Unity
pkgname=unity-editor-webgl
@@ -17,7 +17,7 @@ depends=('unity-editor'
'gzip'
'ncurses5-compat-libs')
source=("https://download.unity3d.com/download_unity/${_randomstring}/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-${_version}${_build}.tar.xz")
-sha1sums=('f29ade037dcba459a6bb9afe7b9df069da0b51c7')
+sha1sums=('e03ef109bf787b5d25dd7598b84989eaa390899a')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package