diff options
author | Oscar Morante | 2019-02-26 11:04:40 +0100 |
---|---|---|
committer | Oscar Morante | 2019-02-26 11:04:40 +0100 |
commit | 3a9e876c2cebed2975c6eec15379b6fded77486c (patch) | |
tree | 435a89f027a05fe19956ec03df8b75a2cda043be | |
parent | 7e8c2d636495352266c365c0d57ea8e8b42c1e28 (diff) | |
download | aur-3a9e876c2cebed2975c6eec15379b6fded77486c.tar.gz |
update to new upstream version (2017.4.21f1)
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = unity-editor-lts-mac pkgdesc = Allows building your Unity projects for the Mac platform - pkgver = 2017.4.20f2 + pkgver = 2017.4.21f1 pkgrel = 1 url = https://unity3d.com/ arch = x86_64 @@ -8,8 +8,8 @@ pkgbase = unity-editor-lts-mac makedepends = cpio depends = unity-editor-lts options = !strip - source = 2017.4.20f2.4.20f2.pkg::https://download.unity3d.com/download_unity/413dbd19b6dc/MacEditorTargetInstaller/UnitySetup-Mac-Support-for-Editor-2017.4.20f2.pkg - md5sums = c7a959a20ac939e6a14ce4ca45a12770 + source = 2017.4.21f1.4.21f1.pkg::https://download.unity3d.com/download_unity/de35fe252486/MacEditorTargetInstaller/UnitySetup-Mac-Support-for-Editor-2017.4.21f1.pkg + md5sums = 2456c036fd8ce754e9a9167b5cb3a00c pkgname = unity-editor-lts-mac @@ -3,7 +3,7 @@ _prefix=/opt/UnityLts pkgname=unity-editor-lts-mac -pkgver=2017.4.20f2 +pkgver=2017.4.21f1 pkgrel=1 pkgdesc="Allows building your Unity projects for the Mac platform" arch=('x86_64') @@ -11,8 +11,8 @@ url='https://unity3d.com/' license=('custom') depends=('unity-editor-lts') makedepends=('cpio') -source=("2017.4.20f2.4.20f2.pkg::https://download.unity3d.com/download_unity/413dbd19b6dc/MacEditorTargetInstaller/UnitySetup-Mac-Support-for-Editor-2017.4.20f2.pkg") -md5sums=("c7a959a20ac939e6a14ce4ca45a12770") +source=("2017.4.21f1.4.21f1.pkg::https://download.unity3d.com/download_unity/de35fe252486/MacEditorTargetInstaller/UnitySetup-Mac-Support-for-Editor-2017.4.21f1.pkg") +md5sums=("2456c036fd8ce754e9a9167b5cb3a00c") options=(!strip) PKGEXT='.pkg.tar' # Prevent compressing of the final package |