summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c6c8a6101f4..4be3a77011eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-lts-webgl
pkgdesc = Allows building your Unity projects for the WebGL platform
- pkgver = 2017.4.4f1+20180525
+ pkgver = 2017.4.6f1+20180703
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = unity-editor-lts-webgl
depends = ffmpeg
depends = gzip
options = !strip
- source = http://beta.unity3d.com/download/e685bfa3c483/UnitySetup-2017.4.4f1
- sha1sums = 61af707a8a8e78ef4d05c474c0c3ff43f30d8027
+ source = http://beta.unity3d.com/download/fbeab28dc46b/UnitySetup-2017.4.6f1
+ sha1sums = 85be018445e9df3ccc59733b2719eb1a8e95123b
pkgname = unity-editor-lts-webgl
diff --git a/PKGBUILD b/PKGBUILD
index 635b0510edcc..34b12bd5e16a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
-_version=2017.4.4
+_version=2017.4.6
_build=f1
-_buildtag=20180525
-_randomstring=e685bfa3c483
+_buildtag=20180703
+_randomstring=fbeab28dc46b
_prefix=/opt/UnityLts
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepdownloads=yes
@@ -20,7 +20,7 @@ depends=('unity-editor-lts'
'gzip')
makedepends=('gtk2' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-sha1sums=('61af707a8a8e78ef4d05c474c0c3ff43f30d8027')
+sha1sums=('85be018445e9df3ccc59733b2719eb1a8e95123b')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package