summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-11-22 13:19:10 +0200
committerOscar Morante2018-11-22 13:19:10 +0200
commit9edbdee808f39f6e752c12e48ba332b77acca3b5 (patch)
tree66c517bb57a61c339b58455f37bb28a16b825b78
parentfac857356bd17e49d9926b58bb6dfaa2473ff5ab (diff)
downloadaur-9edbdee808f39f6e752c12e48ba332b77acca3b5.tar.gz
update to new upstream version (2018.2.16f1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ec95ceeb45..37908ae941cb 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.15f1
+ pkgver = 2018.2.16f1
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/65e0713a5949/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.2.15f1.tar.xz
- sha1sums = 4a82d4626183e8f293c9a76b1909a3c95dd1f88a
+ source = https://download.unity3d.com/download_unity/39a4ac3d51f6/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2018.2.16f1.tar.xz
+ sha1sums = f29ade037dcba459a6bb9afe7b9df069da0b51c7
pkgname = unity-editor-webgl
diff --git a/PKGBUILD b/PKGBUILD
index e9785561a86b..e99f605026d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Oscar Morante <spacepluk@gmail.com>
-_version=2018.2.15
+_version=2018.2.16
_build=f1
-_randomstring=65e0713a5949
+_randomstring=39a4ac3d51f6
_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=('4a82d4626183e8f293c9a76b1909a3c95dd1f88a')
+sha1sums=('f29ade037dcba459a6bb9afe7b9df069da0b51c7')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package