summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-07-10 12:25:04 +0200
committerOscar Morante2018-07-10 12:25:04 +0200
commit6cc8cb427484db5c6b527ab9a3388e7cf27e5d07 (patch)
tree3badefd16ac6f93bed0b0fde1e2d61e501b213d1
parentc9986a249421f900d759e8809215d64ab06323e9 (diff)
downloadaur-6cc8cb427484db5c6b527ab9a3388e7cf27e5d07.tar.gz
update to new upstream version (2018.2.0f1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 004aecb5361e..a9d56fc1bd1c 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.2.0b7+20180608
+ pkgver = 2018.2.0f1+20180709
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = unity-editor-beta-webgl
depends = ffmpeg
depends = gzip
options = !strip
- source = http://beta.unity3d.com/download/6c38f70ea123/UnitySetup-2018.2.0b7
- sha1sums = 85b25538f696626df1f04f7f22fe1275172ace2e
+ source = http://beta.unity3d.com/download/db9a69dc5569/UnitySetup-2018.2.0f1
+ sha1sums = 25f558636adc41bc8263dc4976fd9df86d1f9f6d
pkgname = unity-editor-beta-webgl
diff --git a/PKGBUILD b/PKGBUILD
index e8d5f85d3f1a..b865b599ecda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2018.2.0
-_build=b7
-_buildtag=20180608
-_randomstring=6c38f70ea123
+_build=f1
+_buildtag=20180709
+_randomstring=db9a69dc5569
_prefix=/opt/UnityBeta
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepdownloads=yes
@@ -20,7 +20,7 @@ depends=('unity-editor-beta'
'gzip')
makedepends=('gtk3' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-sha1sums=('85b25538f696626df1f04f7f22fe1275172ace2e')
+sha1sums=('25f558636adc41bc8263dc4976fd9df86d1f9f6d')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package