summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2020-09-29 14:54:14 -0500
committerchipbuster2020-09-29 14:54:14 -0500
commitab1d148277d111abcfabf2f4ffb568c164b1b84f (patch)
treeb579f795b50620a9f00522b6d214e6cc649ae128
parentb8f22da462979ce7d3f9f2fdc160b2ec4f1f58e8 (diff)
downloadaur-ab1d148277d111abcfabf2f4ffb568c164b1b84f.tar.gz
verbump 0.45.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d21d95c5e480..5ed2366288ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.44.0
+ pkgver = 0.45.0
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.44.0.tar.gz::https://github.com/starship/starship/releases/download/v0.44.0/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 0ac99620d1733ec1aa4600ee1472b480a321d10b69477601fd26c99e2bee8021
+ 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
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index ab3ed88f65ad..843167eb2257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.44.0'
+pkgver='0.45.0'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
@@ -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=('0ac99620d1733ec1aa4600ee1472b480a321d10b69477601fd26c99e2bee8021')
+sha256sums=('d8b2d28ec2455d9ea2a97465fbe09e0164c498a87ef245c7cd506e632fdfbd47')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"