The following changes were made:

* corrected issue in reinstall that prevented reinstall of package files
  * added version command
  * updated files() in Package.pm to accept both quiet and verbose options
  * added sha() to Snap.pm which will be used for verify function in future
  * corrected missing '=' in output for search() in Sources.pm
  * removed duplicate file (SRC/snapinstall)
This commit is contained in:
2017-05-26 15:48:52 -05:00
parent 319401eb51
commit d306fe03ae
7 changed files with 48 additions and 101 deletions

View File

@@ -16,7 +16,7 @@ DESC = The Snaplinux package management system
ARCHIVE := ''
SRCDIR := $(PWD)/SRC/snap
PATCHDIR := $(PWD)/SRC/patches
VERSION := 0.6-0
VERSION := 0.7-0
include /usr/share/snap/Makefile.snaplinux