makedeb


starship 1.10.2-1


The minimal, blazing-fast, and infinitely customizable prompt for any shell!

Click here to go back to the commit logs for starship.

Commit:


Hash: ae8b587ad229481eb80f355a7ebf35fc7823834c

Message: Bump version to '1.9.1'

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 5c02fe0..270e85f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,10 +3,10 @@ pkgname = starship
 pkgbase = starship
 pkgdesc = The minimal, blazing-fast, and infinitely customizable prompt for any shell!
 pkgrel = 1
-pkgver = 1.6.3
-url = starship.rs
+pkgver = 1.9.1
+url = https://starship.rs
 arch = any
 makedepends = cargo
-source = starship-1.6.3::git+https://github.com/starship/starship/#tag=v1.6.3
+source = starship-1.9.1::git+https://github.com/starship/starship/#tag=v1.9.1
 sha256sums = SKIP
 makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index 613267f..abb84f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=starship
-pkgver=1.6.3
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='The minimal, blazing-fast, and infinitely customizable prompt for any shell!'
 arch=('any')
 makedepends=('cargo')
-url='starship.rs'
+url='https://starship.rs'
 
 source=("${pkgname}-${pkgver}::git+https://github.com/starship/starship/#tag=v${pkgver}")
 sha256sums=('SKIP')