diff options
author | Oscar Morante | 2019-08-30 14:54:50 +0200 |
---|---|---|
committer | Oscar Morante | 2019-08-30 14:54:50 +0200 |
commit | 6a50697ce0ab320fa367429f5f0bdbb0ab7e5b59 (patch) | |
tree | c12ec5a605f8206f0846bcb88f8748ef38776080 /PKGBUILD | |
parent | 0c596c554c79eeed257adc7d4cc56f93e106e2ff (diff) | |
download | aur-6a50697ce0ab320fa367429f5f0bdbb0ab7e5b59.tar.gz |
update to new upstream version (2019.2.3f1)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ _prefix=/opt/UnityBeta pkgname=unity-editor-beta-windows -pkgver=2019.2.2f1 +pkgver=2019.2.3f1 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.2.2f1.2.2f1.pkg::https://beta.unity3d.com/download/ab112815d860/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.2.2f1.pkg") -md5sums=("06046ef5039f211e64b27913618070c4") +source=("2019.2.3f1.2.3f1.pkg::https://beta.unity3d.com/download/8e55c27a4621/MacEditorTargetInstaller/UnitySetup-Windows-Mono-Support-for-Editor-2019.2.3f1.pkg") +md5sums=("8544d8897a0ecdd333f3243cebcb7b67") options=(!strip) PKGEXT='.pkg.tar' # Prevent compressing of the final package |