Bump
This commit is contained in:
parent
1aa62bd059
commit
67d59a73cb
@ -82,7 +82,12 @@ endif
|
||||
; You can use $LicenseKey$ var to pass a license key to the installer
|
||||
;
|
||||
; === Nullsoft Scriptable Install System ================================================================
|
||||
"%ScriptPath%\X86FILE" /silent /launchopera 0 /desktopshortcut 0 /quicklaunchshortcut 0 /setdefaultbrowser 0 /allusers
|
||||
;"%ScriptPath%\X86FILE" /silent /launchopera 0 /desktopshortcut 0 /quicklaunchshortcut 0 /setdefaultbrowser 0 /allusers
|
||||
|
||||
; === MSI package =======================================================================================
|
||||
; You may use the parameter PIDKEY=$Licensekey$
|
||||
msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
|
||||
|
||||
|
||||
[Files_install]
|
||||
; Example of recursively copying some files into the installation directory:
|
||||
|
@ -1 +0,0 @@
|
||||
b1f270487b9450d4aac8a0caaf918173dc153d3d /usr/portage/distfiles/Opera_1160_int_Setup.exe
|
1
Opera_1161_int_Setup.msi.sha1sum
Normal file
1
Opera_1161_int_Setup.msi.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
88bbef89c53931929bec446b7f574b49075f0a94 /usr/portage/distfiles/Opera_1161_int_Setup.msi
|
5
build.sh
5
build.sh
@ -1,13 +1,14 @@
|
||||
#!/bin/sh
|
||||
PN="opera"
|
||||
VERSION="11.60"
|
||||
VERSION="11.61"
|
||||
UVERSION="1161"
|
||||
RELEASE="1"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
TYPE="public"
|
||||
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
|
||||
ICON="http://www.kernreaktor.net/wp-content/uploads/2009/03/opera_logosvg.png"
|
||||
X86="ftp://ftp.opera.com/pub/opera/win/1160/int/Opera_1160_int_Setup.exe"
|
||||
X86="ftp://ftp.opera.com/pub/opera/win/1161/autoupdate/Opera_${UVERSION}_int_Setup.msi"
|
||||
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
|
||||
ICONFILE=${ICON##*/}
|
||||
X86FILE=${X86##*/}
|
||||
|
Loading…
Reference in New Issue
Block a user