system/slpkg: Updated for version 2.1.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e271cc069b
commit
f82e5ce047
|
@ -1,13 +1,5 @@
|
|||
Slpkg is Open Source software written in Python language.
|
||||
It's use is for managing packages in Slackware linux
|
||||
distribution. Supported Repositories:
|
||||
|
||||
- SBo - slackbuilds.org
|
||||
- Slack - slackware.com
|
||||
- Alien - alien bob
|
||||
- Slacky - slacky.eu
|
||||
- Robby's - rworkman's
|
||||
|
||||
It's use is for managing packages in Slackware linux distribution.
|
||||
Slpkg works in accordance with the standards of the organization
|
||||
slackbuilds.org to builds packages. Also uses the Slackware linux
|
||||
slackbuilds.org to builds packages. Also uses the Slackware linux
|
||||
instructions for installation, upgrading or removing packages.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slpkg
|
||||
VERSION=${VERSION:-2.0.9}
|
||||
VERSION=${VERSION:-2.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="slpkg"
|
||||
VERSION="2.0.9"
|
||||
VERSION="2.1.2"
|
||||
HOMEPAGE="https://github.com/dslackw/slpkg"
|
||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.0.9.tar.gz"
|
||||
MD5SUM="521093a1793a8d4d71d529c55f06299c"
|
||||
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.1.2.tar.gz"
|
||||
MD5SUM="af2f069ba80c43c7267859386c21c597"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue