Releases: simon04/aur-out-of-date
Releases · simon04/aur-out-of-date
3.0.0
- Run custom check scripts specified as
scripts
in config
2.4.0
-local
excludes VCS packages unless -devel
is specified
- Test for version string equality first (e.g., for
pkgver=7.0.0.post3
)
- Alternative GitHub API: set the environment variable
GITHUB_ATOM=1
to use the …/releases.atom
feed
- Alternative GitHub API: set the environment variable
GITHUB_TAGS=1
to use obtain the version from the most recent Git tag
2.2.0
- Require Go 1.13
- Optionally update
pkgver
/pkgrel
in local PKGBUILD
files (specify -update
flag)
- Fix handling of unknown result of version comparison
2.1.0
- Add Debian support, ref #29 by @z3ntu
- Clean version string: strip
releases/
prefix, ref #31 by @z3ntu
- Handle
-bzr
as VCS packages, ref #31 by @z3ntu
2.0.0
- Use Go modules, at least Go 1.11 is required
- Python: add support for
post*
version suffixes
1.5.0
- Add GitLab support, ref #24
- Python: add support for pypi.org and pypi.io domains
- Python: add support for download URLs containing hashes
- Python: update API URL to pypi.org
1.4.0
- Exclude certain versions using config file
1.3.0
- GitHub: prefer tag_name over release name
- Clean version string for all providers (strip
v
prefix)