Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

peru: update to 1.3.0. #35871

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 6 additions & 5 deletions srcpkgs/peru/template
@@ -1,17 +1,18 @@
# Template file for 'peru'
pkgname=peru
version=1.2.0
revision=4
version=1.3.0
revision=1
build_style=python3-module
pycompile_module="peru"
hostmakedepends="python3-setuptools"
depends="curl git mercurial python3 python3-docopt python3-yaml"
depends="curl git python3 python3-docopt python3-yaml"
short_desc="Tool for fetching code"
maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
license="MIT"
homepage="https://github.com/buildinspace/peru"
distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=fb0fb02639e1c5403c9a6ddfd9719c5ea5ddf69fb440fbcfafe234470645e1dc
checksum=ba21eb65c62c1b823ece2a42375fe80d65fbc6130606e2d6850b7746530018f6
# checks require distfiles come from a git repository
make_check=no

post_install() {
vlicense LICENSE
Expand Down