summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStarship Bot2020-10-08 17:16:45 +0000
committerStarship Bot2020-10-08 17:16:45 +0000
commit2007784587fc8bbcebd84c8241ade66b7c60b976 (patch)
tree0ab9cd38d36c627560ba8244fd6e9f8cff5b5fb1
parent6a71685cd24bc9a6dde69adf973a6738c7fca041 (diff)
downloadaur-2007784587fc8bbcebd84c8241ade66b7c60b976.tar.gz
Update to 0.46.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4323c5b5c540..0fbe48f41869 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.45.2
+ pkgver = 0.46.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.45.2.tar.gz::https://github.com/starship/starship/releases/download/v0.45.2/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 0475cd35f52f63350723f82a1dfeb4fecbb4c017e4b73f6220bd09754145c801
+ source = starship-bin-v0.46.0.tar.gz::https://github.com/starship/starship/releases/download/v0.46.0/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = e9c408e4b3a384aabd88185a83a711c1a613bd36ac5e04a5009d2b66ed69a253
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index dac3cfc6706e..c813864e4614 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver=0.45.2
+pkgver=0.46.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=('0475cd35f52f63350723f82a1dfeb4fecbb4c017e4b73f6220bd09754145c801')
+sha256sums=('e9c408e4b3a384aabd88185a83a711c1a613bd36ac5e04a5009d2b66ed69a253')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"