summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStarship Bot2020-09-30 16:38:55 +0000
committerStarship Bot2020-09-30 16:38:55 +0000
commitc411157e199ac2e7054df5d0a2a1498514cb3269 (patch)
tree1890c828cd51ffa4c2b80a58a22a0d0b77a7155c
parentab1d148277d111abcfabf2f4ffb568c164b1b84f (diff)
downloadaur-c411157e199ac2e7054df5d0a2a1498514cb3269.tar.gz
Update to 0.45.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ed2366288ac..d4bed05c5761 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.45.0
+ pkgver = 0.45.1
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = starship-bin
optdepends = noto-fonts-emoji: emoji support for terminals
provides = starship
conflicts = starship
- source = starship-bin-v0.45.0.tar.gz::https://github.com/starship/starship/releases/download/v0.45.0/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = d8b2d28ec2455d9ea2a97465fbe09e0164c498a87ef245c7cd506e632fdfbd47
+ source = starship-bin-v0.45.1.tar.gz::https://github.com/starship/starship/releases/download/v0.45.1/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 86928dd7a14f8331b1ed3a25aa1db407f6e8ad1c0a5d2a2132b728a0784c9fdd
pkgname = starship-bin
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"