mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pmbootstrap: update to 2.3.1.
This commit is contained in:
parent
630c2ef428
commit
79d67a5c0c
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'pmbootstrap'
|
# Template file for 'pmbootstrap'
|
||||||
pkgname=pmbootstrap
|
pkgname=pmbootstrap
|
||||||
version=2.2.1
|
version=2.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-wheel"
|
||||||
depends="git openssl python3"
|
depends="git openssl python3"
|
||||||
short_desc="Package build and device flashing tool for postmarketOS"
|
short_desc="Package build and device flashing tool for postmarketOS"
|
||||||
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
||||||
|
@ -11,5 +11,5 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://postmarketos.org"
|
homepage="https://postmarketos.org"
|
||||||
changelog="https://gitlab.com/postmarketOS/pmbootstrap/-/tags"
|
changelog="https://gitlab.com/postmarketOS/pmbootstrap/-/tags"
|
||||||
distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
|
distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
|
||||||
checksum=195a3cb430c9ede354bc575ddb765f10b205067f8c478f153c84f6f793785c09
|
checksum=aba09c0a27918dac4b07641339ccf86e6ec0d14d4602056dac44ec49af12c894
|
||||||
make_check=no # tests require chroot
|
make_check=no # tests require chroot
|
||||||
|
|
Loading…
Add table
Reference in a new issue