diff options
author | Oliver Smith <ollieparanoid@postmarketos.org> | 2020-03-14 09:28:43 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-14 10:01:19 +0100 |
commit | f905c2b5cde2f4040a05b0c770cb4e81a676fdc3 (patch) | |
tree | b0ca3aead3fb6e81b23f3b3d24839d7962a5444a /testing/pmbootstrap/APKBUILD | |
parent | 0ad27b11f0e549e9c77d85d504b12e1c1c29d169 (diff) | |
download | aports-f905c2b5cde2f4040a05b0c770cb4e81a676fdc3.tar.bz2 aports-f905c2b5cde2f4040a05b0c770cb4e81a676fdc3.tar.xz |
testing/pmbootstrap: upgrade to 1.17.0
Diffstat (limited to 'testing/pmbootstrap/APKBUILD')
-rw-r--r-- | testing/pmbootstrap/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pmbootstrap/APKBUILD b/testing/pmbootstrap/APKBUILD index fc609f11d8..e9b84b54c6 100644 --- a/testing/pmbootstrap/APKBUILD +++ b/testing/pmbootstrap/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Oliver Smith <ollieparanoid@postmarketos.org> pkgname=pmbootstrap -pkgver=1.16.0 +pkgver=1.17.0 pkgrel=0 pkgdesc="Sophisticated chroot/build/flash tool to develop and install postmarketOS" url="https://gitlab.com/postmarketOS/pmbootstrap" @@ -27,5 +27,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" install -Dm644 "$srcdir"/modules-load.conf "$pkgdir"/usr/lib/modules-load.d/pmbootstrap.conf } -sha512sums="8006370f574ee42eea00e9c737d16f7a6129f327ef16477c867b3643625e05307ece6af40e125495ba21cc376ab9b194cc3a32c4c9a8d0b7afd34c58696e91eb pmbootstrap-1.16.0.tar.gz +sha512sums="c74cd30b48cb5591f2f4d24458af1bfb48d106fcaf4c5586fcf5c86d0f92da6cf603f6b60cb74abbaf542424104c5f1d90ca02c4d9406dcd5b80efb3a8a46f34 pmbootstrap-1.17.0.tar.gz f8026ab32234b885e69252459047f70160c54319113bc449000aa7c05bd016f00a46cee05c8f5251682f967ab44a12c06fbbb3c02d0a57ccb836cff810ce1a40 modules-load.conf" |