summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-04-08 17:38:40 +0300
committerOscar Morante2018-04-08 17:38:40 +0300
commit047d924ea2c20a8bd6593984360caecfb2933358 (patch)
tree0a498076f9301718940b927cfe5effab436ff47b
parent282f8bcb67fc9f3707a0e4cb91c2ffe5076f9e9f (diff)
downloadaur-047d924ea2c20a8bd6593984360caecfb2933358.tar.gz
update to new upstream version (2018.1.0b13)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb51995ed117..66f8408a5b74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-beta-mac
pkgdesc = Allows building your Unity projects for the Mac platform
- pkgver = 2018.1.0b8+20180221
+ pkgver = 2018.1.0b13+20180502
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = unity-editor-beta-mac
makedepends = libarchive
depends = unity-editor-beta
options = !strip
- source = http://beta.unity3d.com/download/ee2fb9f9da52/UnitySetup-2018.1.0b8
- sha1sums = 1322e5922b3a5b37910b30e308740cc453211ebd
+ source = http://beta.unity3d.com/download/77a142ac9989/UnitySetup-2018.1.0b13
+ sha1sums = db01d63684c7bf114d9b5df6d0c23f81894dd2d5
pkgname = unity-editor-beta-mac
diff --git a/PKGBUILD b/PKGBUILD
index f2f97d85e50b..237497809792 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
_version=2018.1.0
-_build=b8
-_buildtag=20180221
-_randomstring=ee2fb9f9da52
+_build=b13
+_buildtag=20180502
+_randomstring=77a142ac9989
_prefix=/opt/UnityBeta
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepdownloads=yes
@@ -18,7 +18,7 @@ license=('custom')
depends=('unity-editor-beta')
makedepends=('gtk2' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-sha1sums=('1322e5922b3a5b37910b30e308740cc453211ebd')
+sha1sums=('db01d63684c7bf114d9b5df6d0c23f81894dd2d5')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package