summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStarship Bot2020-09-30 16:38:55 +0000
committerStarship Bot2020-09-30 16:38:55 +0000
commitc411157e199ac2e7054df5d0a2a1498514cb3269 (patch)
tree1890c828cd51ffa4c2b80a58a22a0d0b77a7155c /PKGBUILD
parentab1d148277d111abcfabf2f4ffb568c164b1b84f (diff)
downloadaur-c411157e199ac2e7054df5d0a2a1498514cb3269.tar.gz
Update to 0.45.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 843167eb2257..e66d081962d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.45.0'
-pkgrel='1'
+pkgver=0.45.1
+pkgrel=1
arch=('x86_64')
url='https://starship.rs/'
license=('ISC')
@@ -15,7 +15,7 @@ checkdepends=()
provides=('starship')
conflicts=('starship')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('d8b2d28ec2455d9ea2a97465fbe09e0164c498a87ef245c7cd506e632fdfbd47')
+sha256sums=('86928dd7a14f8331b1ed3a25aa1db407f6e8ad1c0a5d2a2132b728a0784c9fdd')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"