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

pmbootstrap: update to 1.8.3. #14840

Merged
merged 1 commit into from
Sep 30, 2019
Merged
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
4 changes: 2 additions & 2 deletions srcpkgs/pmbootstrap/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'pmbootstrap'
pkgname=pmbootstrap
version=1.8.2
version=1.8.3
revision=1
archs=noarch
build_style=python3-module
Expand All @@ -13,7 +13,7 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
license="GPL-3.0-or-later"
homepage="https://postmarketos.org"
distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
checksum=b1ad42608c5b844a6d399f5d47a275947d2bd6ed2eba2ede8f0b24dde3c0e178
checksum=2048994baae97f1131a864880d07b8758c512397ad9a3fbd956afb05c33619bf

do_check() {
python3 -m pytest
Expand Down