From b182ccfe09c5d730e4e157f277ffe16d61827154 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 4 Nov 2019 10:34:17 -0300 Subject: [PATCH] testing/starship: upgrade to 0.26.2 --- testing/starship/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/starship/APKBUILD b/testing/starship/APKBUILD index 0ddc703ce55..7109cdb272f 100644 --- a/testing/starship/APKBUILD +++ b/testing/starship/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo # Maintainer: Leo pkgname=starship -pkgver=0.25.2 +pkgver=0.26.2 pkgrel=0 pkgdesc="Cross-shell prompt for astronauts" options="!check" # All tests hardcode $HOME @@ -21,4 +21,4 @@ build() { package() { install -Dm0755 target/release/starship "$pkgdir"/usr/bin/starship } -sha512sums="3666dac377030dd5a4034cf9843aced5cba7f4e146d1c83e311fd277191decb04cb79e5f270257a9d1c1f136bd49ff50de2b1e4ebeab2cda4a14a016b7d0663a starship-0.25.2.tar.gz" +sha512sums="b0b65c152d6bc09b9db09d7afdec36d8dd5e690af04303c73326b3de8b056928bb5c35d0f8b58d37fa0afbdb840479a78371a82dff5ae464ea703eb47f842178 starship-0.26.2.tar.gz"