Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

0.60.0

Compare
Choose a tag to compare
@dylanaraps dylanaraps released this 18 Jan 09:12
· 1414 commits to master since this release
5a73b17
  • Fixed kiss update not using any pre-built tarballs from cache if valid.
  • Improved performance of dependency detector.
  • Improved performance of conflict detector.
  • Added ability to greatly speed up the package manager by using gnugrep if installed.
    • TIP: Install gnugrep and the package manager will automatically use it.
  • Added doas support (opendoas in community). @ioraff
  • Added git support to the package format.

Git support

Source format:

# git+URL
git+https://github.com/dylanaraps/eiwd

# git+URL#hash
git+https://github.com/dylanaraps/eiwd#4a2d30bd1b053a9f1e4373d17c2ae6f3ccbc4148

Version:

# Simply use git.
git

# Or use a hash if supplied to the source.
4a2d30bd1b053a9f1e4373d17c2ae6f3ccbc4148
  • Checksums are skipped over for git sources.
  • Checksums work as normal for non-git sources in the same package.
  • No caching support (for obvious reasons)