mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
preparation for ver 1.8.0
This commit is contained in:
parent
8ae9f245cf
commit
b251c5b275
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
Version 1.8.0
|
||||
02-09-2014
|
||||
|
||||
[Updated] - Fix arch view dependencies in action -s sbo <package>
|
||||
Fix find packages with version in action -s sbo <package>
|
||||
Remove to remove packages after download because not useful
|
||||
if download the some package and wget -N command not working.
|
||||
|
||||
Version 1.7.9
|
||||
30-08-2014
|
||||
|
||||
|
|
2
PKG-INFO
2
PKG-INFO
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 1.1
|
||||
Name: slpkg
|
||||
Version: 1.7.9
|
||||
Version: 1.8.0
|
||||
Author: dslackw
|
||||
Author-email: d zlatanidis at gmail com
|
||||
Maintainer: dslackw
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slpkg
|
||||
VERSION=${VERSION:-1.7.9}
|
||||
VERSION=${VERSION:-1.8.0}
|
||||
TAG=${TAG:-_dsw}
|
||||
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue