diff options
author | Oscar Morante | 2019-03-09 21:26:46 +0100 |
---|---|---|
committer | Oscar Morante | 2019-03-09 21:26:46 +0100 |
commit | 9b6760232880c8bb9e92e1d24e1953b66d8b3233 (patch) | |
tree | 8cc71ffad63968a3ceb4985aeb8d677df1dfa7c7 | |
parent | 602dc15a43f71979cfc86da8d4c85d1654afe0ae (diff) | |
download | aur-9b6760232880c8bb9e92e1d24e1953b66d8b3233.tar.gz |
update to new upstream version (2019.1.0b6)
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = unity-editor-beta-windows pkgdesc = Allows building your Unity projects for the Windows platform - pkgver = 2019.1.0b5 + pkgver = 2019.1.0b6 pkgrel = 1 url = https://unity3d.com/ arch = x86_64 @@ -8,8 +8,8 @@ pkgbase = unity-editor-beta-windows makedepends = cpio depends = unity-editor-beta options = !strip - source = 2019.1.0b5.1.0b5.pkg::https://beta.unity3d.com/download/9899a5bd7e43/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.1.0b5.pkg - md5sums = 985faedf6a904b0d6aa236a04d749a00 + source = 2019.1.0b6.1.0b6.pkg::https://beta.unity3d.com/download/e3cf6cb42b7c/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.1.0b6.pkg + md5sums = b97192770fa21f1ba9ac452b69c49fd7 pkgname = unity-editor-beta-windows @@ -3,7 +3,7 @@ _prefix=/opt/UnityBeta pkgname=unity-editor-beta-windows -pkgver=2019.1.0b5 +pkgver=2019.1.0b6 pkgrel=1 pkgdesc="Allows building your Unity projects for the Windows platform" arch=('x86_64') @@ -11,8 +11,8 @@ url='https://unity3d.com/' license=('custom') depends=('unity-editor-beta') makedepends=('cpio') -source=("2019.1.0b5.1.0b5.pkg::https://beta.unity3d.com/download/9899a5bd7e43/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.1.0b5.pkg") -md5sums=("985faedf6a904b0d6aa236a04d749a00") +source=("2019.1.0b6.1.0b6.pkg::https://beta.unity3d.com/download/e3cf6cb42b7c/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.1.0b6.pkg") +md5sums=("b97192770fa21f1ba9ac452b69c49fd7") options=(!strip) PKGEXT='.pkg.tar' # Prevent compressing of the final package |