Bump
This commit is contained in:
parent
eec43bfb6a
commit
00ec1ad508
@ -102,7 +102,7 @@ else
|
||||
endif
|
||||
|
||||
[Winbatch_install_32]
|
||||
"$Install32Exe$" /S /D="$InstallDir32$"
|
||||
"$Install32Exe$" /S /D="$InstallDir32$" /NOLAUNCH
|
||||
|
||||
[Files_install_32]
|
||||
; copy the ini file to the InstallDir
|
||||
@ -113,7 +113,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
|
||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
|
||||
|
||||
[Winbatch_install_64]
|
||||
"$Install64Exe$" /S /D="$InstallDir64$"
|
||||
"$Install64Exe$" /S /D="$InstallDir64$" /NOLAUNCH
|
||||
|
||||
[Files_install_64]
|
||||
; copy the ini file to the InstallDir
|
||||
|
@ -1 +0,0 @@
|
||||
a12fa5a0df9baf345f09a6ba45b3bdef1b4a627d /home/mario/.opsi-dist-cache/dropbox.client-3.10.11/X86/Dropbox-3.10.11-Offline-Installer.exe
|
1
Dropbox-63.4.107-Offline-Installer.exe.sha1sum
Normal file
1
Dropbox-63.4.107-Offline-Installer.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
5805d7ee3e07b26c5374cb991ff315593210a01b /home/mario/.opsi-dist-cache/dropbox.client-63.4.107/X86/Dropbox-63.4.107-Offline-Installer.exe
|
@ -2,7 +2,7 @@ VENDOR="dropbox.com"
|
||||
PN="dropbox.client"
|
||||
NAME="DropBox Client"
|
||||
DESCRIPTION="Dropbox online snyc tool"
|
||||
VERSION="3.10.11"
|
||||
VERSION="63.4.107"
|
||||
RELEASE="3"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
@ -16,13 +16,13 @@ DL_SOURCE[0]="http://icons.iconarchive.com/icons/uiconstock/socialmedia/512/Drop
|
||||
|
||||
DL_FILE[1]="Dropbox-${VERSION}-Offline-Installer.exe"
|
||||
#DL_SOURCE[1]="https://d1ilhw0800yew8.cloudfront.net/client/Dropbox%20${VERSION}.exe"
|
||||
DL_SOURCE[1]="https://clientupdates.dropboxstatic.com/client/Dropbox%20${VERSION}%20Offline%20Installer.exe"
|
||||
DL_SOURCE[1]="https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20${VERSION}%20Offline%20Installer.exe"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]=Install32Exe
|
||||
|
||||
DL_FILE[2]="Dropbox-${VERSION}-Offline-Installer.exe"
|
||||
#DL_SOURCE[2]="https://d1ilhw0800yew8.cloudfront.net/client/Dropbox%20${VERSION}.exe"
|
||||
DL_SOURCE[2]="https://clientupdates.dropboxstatic.com/client/Dropbox%20${VERSION}%20Offline%20Installer.exe"
|
||||
DL_SOURCE[2]="https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%20${VERSION}%20Offline%20Installer.exe"
|
||||
DL_ARCH[2]="X86_64"
|
||||
DL_WINST_NAME[2]=Install64Exe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user