main/pmbootstrap: upgrade to 1.8.3
Fixes 'pmbootstrap flasher boot' for fastboot devices. This is probably not used as often as 'pmbootstrap flasher flash_*', so I'm not enforcing the upgrade by modifying pmaports.cfg this time.
This commit is contained in:
parent
f0159bd0aa
commit
a21d7897e3
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
||||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
pkgname=pmbootstrap
|
||||
pkgver=1.8.2
|
||||
pkgver=1.8.3
|
||||
pkgrel=0
|
||||
pkgdesc="Sophisticated chroot/build/flash tool to develop and install postmarketOS"
|
||||
url="https://gitlab.com/postmarketOS/pmbootstrap"
|
||||
|
@ -24,4 +24,4 @@ check() {
|
|||
package() {
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
sha512sums="89b6b0c6904826af99b9db7f4525a28e4034d61f93e7a8a587e4d6360716d820e798b187b1c1784407d469f7dadf639e2f64f9fc3a9e12877394da320c2ebf45 pmbootstrap-1.8.2.tar.gz"
|
||||
sha512sums="bb17515f399bf901f6f41e48a033fdf433ce892582fd6ad00aadd576e5b1f23f53786062cb14dbcb791330674d208b086be0c6f187d54c681f2fb57122838b58 pmbootstrap-1.8.3.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue