summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2020-04-10 19:31:30 -0500
committerchipbuster2020-04-10 19:31:30 -0500
commit6f400111399a8dd2f6c2d6e283cc8d2fdd2d8015 (patch)
treec2b6044b903e5f90e3c172f191f7e12620c31c5b
parent66549fc77c7040237d39f7a888f87bf8c0dfff34 (diff)
downloadaur-6f400111399a8dd2f6c2d6e283cc8d2fdd2d8015.tar.gz
verbump 0.39.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77d7f10a4027..83a4eb9a4eb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.38.1
+ pkgver = 0.39.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.38.1.tar.gz::https://github.com/starship/starship/releases/download/v0.38.1/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = f40bf275839329e6882c1320373817bd700808b745b78fc69b940af5a757333c
+ source = starship-bin-v0.39.0.tar.gz::https://github.com/starship/starship/releases/download/v0.39.0/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 3b555e5a5141bb64fc61129e76df8238d41e9ead01a04f06268e4a49498e931f
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 87e366f7e3fd..a1d9e5163e7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.38.1'
+pkgver='0.39.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=('f40bf275839329e6882c1320373817bd700808b745b78fc69b940af5a757333c')
+sha256sums=('3b555e5a5141bb64fc61129e76df8238d41e9ead01a04f06268e4a49498e931f')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"