Skip to content

Releases: shoppepm/shoppe

shoppe v1.3.0

27 Oct 21:43
7efce59
Compare
Choose a tag to compare

Getting started

wget https://raw.githubusercontent.com/shoppepm/shoppe/master/shoppe
chmod +x shoppe
./shoppe install shoppe

shoppe v1.2.2

01 Oct 19:38
8c2dd23
Compare
Choose a tag to compare

Getting started

wget https://raw.githubusercontent.com/shoppepm/shoppe/master/shoppe
chmod +x shoppe
./shoppe install shoppe

1.2.2

NEW:

  • Added commit variable which allows the user to checkout certain commit in git sources
    (12e29f5)

FEATURE:

  • Deprecated git-tag, now git can take tags (97e2f6a)

IMPROVEMENT/CODE:

  • Improved the httpfetch function (multiple commits)
  • Improved the checks that figure out if shoppe is in the pkglist or not (ce48c7e)

FIX:

  • Fixed providedpkglist path (3f7b62c)
  • Added missing word to manpage (87b99cd)

FRONTEND/FIX:

  • Fixed zypper query always returning 0 (ef8b387)

shoppe v1.2.1

14 Sep 14:06
c45f198
Compare
Choose a tag to compare

Getting started

wget https://raw.githubusercontent.com/shoppepm/shoppe/master/shoppe
chmod +x shoppe
./shoppe install shoppe

1.2.1

NEW:

  • Added optional dependencies (ae32a65)

FIX:

  • Fixed error at startup when there is no custom install directory provided (915fe69)

shoppe v1.2.0

13 Sep 20:37
76287ee
Compare
Choose a tag to compare

Getting started

wget https://raw.githubusercontent.com/shoppepm/shoppe/master/shoppe
chmod +x shoppe
./shoppe install shoppe

1.2.0

BREAKING (soon):

  • Started deprecating '+' switches and cleaned up switch parsing code (b65c929)

NEW:

  • Added contentdir and sourcedir variables (372675d)
  • Added hybrid repositories (local shoppepkg, non-local content.tar.gz) (7020ab1)
  • 'provides' variable (see documentation) (fc78c07)
  • Added ability to list information about all installed packages ('info installed') (8df6641)

FEATURE:

  • Added support for cygrun as sudo alternative (7810f8d)
  • Added switch (-c) for skipping the frontend only for packages which are being manually installed (in the packages variable)

IMPROVEMENT

  • Shoppe will now check if command for package exists as fallback when no package manager is found (3abe3f0)

FIX:

  • Fixed certain versions of sha256 showing input mode making checksums invalid (3122dca)
  • Fixed pm variable not being empty when no package manager is detected (4d8b0da)
  • Various fixes to the httpfetch function and nicer output
  • Fixed conflicts

shoppe v1.1.1

06 Sep 19:26
5131c36
Compare
Choose a tag to compare

Getting started

wget https://raw.githubusercontent.com/shoppepm/shoppe/master/shoppe
chmod +x shoppe
./shoppe install shoppe

1.1.1

IMPROVEMENT/UX:

  • Removed misleading 'Searching on shoppe repositories' notice (fe5a354)
  • Started handling single dash switches better (f806bb1)

IMPROVEMENT/CODE:

  • Condensed 'echo '$p_error ERRORMSG' && exit 1' into a single function (fail) (f03a171, 422d346)

shoppe v1.1.0

03 Sep 15:32
c81bffd
Compare
Choose a tag to compare

Getting started

wget https://raw.githubusercontent.com/shoppepm/shoppe/master/shoppe
chmod +x shoppe
./shoppe install shoppe

Changelog

NEW:

  • Added utilities
    • These utilities currently allow users to create a new package, validate a package, add a package to a repository, update a repository's pkglist (restock) and clear the configuration

FEATURE/IMPROVEMENT:

  • Bump pkgrel every time the package is built (f4a8761)
  • Add better success prompts (4bde466)
  • Add shoppe to installed packages every time the installed package list is empty (c4d324e)

FIX:

  • Prevent fetch from looking for local files during upgrades (33cdeea)
  • Fix checksums being saved to the shoppepkg without quotes around them (ae58e92)
  • Make packagemake remove the old checksum from the shoppepkg file (f4a8761)

shoppe v1.0.0 (The Beggining)

25 Aug 21:30
Compare
Choose a tag to compare

1.0.0

New:

  • Initial release