mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-13 20:01:04 +01:00
Version 20131209.1 - 9/Dec/2013
- Forked from 1.2.0
This commit is contained in:
parent
96e09b6672
commit
83d074c7b7
5 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
Version 20131209.1 - 9/Dec/2013
|
||||
- Forked from 1.2.0
|
||||
|
||||
Version 1.2.0 - 9/Dec/2013
|
||||
- Now ALLOW32BIT also auto-greylist the 32bit packages
|
||||
- Added an install log in /var/lib/slackpkg/install.log; use
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
Version 20131209.1 - 9/Dec/2013
|
||||
- Forked from 1.2.0
|
||||
|
||||
Version 1.2.0 - 9/Dec/2013
|
||||
- Now ALLOW32BIT also auto-greylist the 32bit packages
|
||||
- Added an install log in /var/lib/slackpkg/install.log; use
|
||||
|
|
|
@ -34,7 +34,7 @@ fi
|
|||
|
||||
if [ "$SLACKPKGPLUS" = "on" ];then
|
||||
|
||||
SPKGPLUS_VERSION="1.2.0"
|
||||
SPKGPLUS_VERSION="20131209.1"
|
||||
VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"
|
||||
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ MIRRORPLUS['restricted']=http://taper.alienbase.nl/mirrors/people/alien/restrict
|
|||
MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware-14.1/
|
||||
|
||||
# use this to keep the slackpkg+ package updated
|
||||
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+/
|
||||
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+dev/
|
||||
|
||||
# Local repository:
|
||||
#MIRRORPLUS['alienbob']=file://repositories/alien/sbrepos/14.1/x86/
|
||||
|
|
|
@ -59,7 +59,7 @@ MIRRORPLUS['restricted']=http://taper.alienbase.nl/mirrors/people/alien/restrict
|
|||
MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64-14.1/
|
||||
|
||||
# use this to keep the slackpkg+ package updated
|
||||
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+/
|
||||
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+dev/
|
||||
|
||||
# Slackware current - x86_64
|
||||
#MIRRORPLUS['multilib']=http://taper.alienbase.nl/mirrors/people/alien/multilib/current/
|
||||
|
|
Loading…
Reference in a new issue