summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-11-12 17:12:29 -0600
committerchipbuster2019-11-12 17:12:29 -0600
commit81d71fabcf505b8f1ac52d9c69bc7953a712949c (patch)
tree337a817dc6b8cdf933d6c02b27a3900ea9c34632
parentb82869bd79332f832fbb12e638f13d572b682420 (diff)
downloadaur-81d71fabcf505b8f1ac52d9c69bc7953a712949c.tar.gz
verbump 0.26.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea1f0d88b8ed..18c7e842d2d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.26.2
+ pkgver = 0.26.3
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.26.2.tar.gz::https://github.com/starship/starship/releases/download/v0.26.2/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 9633c22248fcbe483c076857aaca73335112392bd28f55e6de6e607094709520
+ source = starship-bin-v0.26.3.tar.gz::https://github.com/starship/starship/releases/download/v0.26.3/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = fe578c1f7e377e401230070d427641f0666cb85c43b9d4dfb2c7f043adcc531d
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index bf8368676944..9b3e4522a649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.26.2'
+pkgver='0.26.3'
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=('9633c22248fcbe483c076857aaca73335112392bd28f55e6de6e607094709520')
+sha256sums=('fe578c1f7e377e401230070d427641f0666cb85c43b9d4dfb2c7f043adcc531d')
PKGEXT='.pkg.tar.gz'
package() {