summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2020-03-22 19:01:53 -0500
committerchipbuster2020-03-22 19:01:53 -0500
commit66549fc77c7040237d39f7a888f87bf8c0dfff34 (patch)
treecf24167cdd7fc0746487eba52c74b247c5f00fdb
parent8ceec9e750588c44b85aea12d248942385a179ac (diff)
downloadaur-66549fc77c7040237d39f7a888f87bf8c0dfff34.tar.gz
verbump 0.38.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f96620d9b53..77d7f10a4027 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.38.0
+ pkgver = 0.38.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.38.0.tar.gz::https://github.com/starship/starship/releases/download/v0.38.0/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = aec96a5eb4e882f98efacec5ad66c06f1149f201f0487c3dfa0c91c46d43056e
+ source = starship-bin-v0.38.1.tar.gz::https://github.com/starship/starship/releases/download/v0.38.1/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = f40bf275839329e6882c1320373817bd700808b745b78fc69b940af5a757333c
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 458c64576543..87e366f7e3fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.38.0'
+pkgver='0.38.1'
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=('aec96a5eb4e882f98efacec5ad66c06f1149f201f0487c3dfa0c91c46d43056e')
+sha256sums=('f40bf275839329e6882c1320373817bd700808b745b78fc69b940af5a757333c')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"