mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Version info in install scripts (trunk)
This commit is contained in:
parent
d858d85d0d
commit
a26f4fe7cc
10 changed files with 10 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
rem Set Double Commander version
|
||||
set DC_VER=0.4.6
|
||||
set DC_VER=0.5.5
|
||||
|
||||
rem Path to subversion
|
||||
set SVN_EXE="c:\Program Files\SlikSvn\bin\svn.exe"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Set Double Commander version
|
||||
DC_VER=0.4.6
|
||||
DC_VER=0.5.5
|
||||
|
||||
# The new package will be saved here
|
||||
PACK_DIR=$(pwd)/linux/release
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
libunrar-nonfree (4.0.4-0~lucid) lucid; urgency=low
|
||||
libunrar-nonfree (4.0.7-0~lucid) lucid; urgency=low
|
||||
|
||||
* Initial release of library
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: doublecmd-gtk
|
||||
Summary: Twin-panel (commander-style) file manager (GTK2)
|
||||
Version: 0.4.6
|
||||
Version: 0.5.5
|
||||
Release: 1
|
||||
URL: http://doublecmd.sourceforge.net
|
||||
Source0: %{doublecmd}-%{version}.tar.gz
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: doublecmd-help-en
|
||||
Summary: Documentation for the Double Commander (English)
|
||||
Version: 0.4.6
|
||||
Version: 0.5.5
|
||||
Release: 1
|
||||
Url: http://doublecmd.sourceforge.net/
|
||||
License: GPL
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Name: doublecmd-qt
|
||||
Summary: Twin-panel (commander-style) file manager (Qt4)
|
||||
Version: 0.4.6
|
||||
Version: 0.5.5
|
||||
Release: 1
|
||||
URL: http://doublecmd.sourceforge.net
|
||||
Source0: %{doublecmd}-%{version}.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: libunrar
|
||||
Version: 4.0.4
|
||||
Version: 4.0.7
|
||||
Release: 1
|
||||
Summary: Library for extract *.rar format archives
|
||||
Source: http://www.rarlab.com/rar/unrarsrc-%{version}.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# This script updates Double Commander Open Build Service (OBS) repository
|
||||
|
||||
# Set Double Commander version
|
||||
DC_VER=0.4.6
|
||||
DC_VER=0.5.5
|
||||
|
||||
# Temp directory
|
||||
DC_TEMP_DIR=/var/tmp/doublecmd-$(date +%y.%m.%d)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# This script updates Double Commander Personal Package Archive (PPA) repository
|
||||
|
||||
# Set Double Commander version
|
||||
DC_VER=0.4.6
|
||||
DC_VER=0.5.5
|
||||
|
||||
# Temp directory
|
||||
DC_TEMP_DIR=/var/tmp/doublecmd-$(date +%y.%m.%d)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[Setup]
|
||||
AppName=Double Commander
|
||||
AppVerName=Double Commander 0.4.6 beta
|
||||
AppVerName=Double Commander 0.5.5 beta
|
||||
AppPublisherURL=http://doublecmd.sourceforge.net
|
||||
AppSupportURL=http://doublecmd.sourceforge.net
|
||||
AppUpdatesURL=http://doublecmd.sourceforge.net
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue