summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2020-02-20 17:50:47 -0600
committerchipbuster2020-02-20 17:50:47 -0600
commit7d921bdea39331b3e1fe2b86df6971dcf05d19ff (patch)
tree016911a07222934e83535ba7f53876caaf6d56fd
parentd6ba812afd43f28569903956efeb76a274fa3f7a (diff)
downloadaur-7d921bdea39331b3e1fe2b86df6971dcf05d19ff.tar.gz
verbump 0.36.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cbbc588a860..b85c563777dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.36.0
+ pkgver = 0.36.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.36.0.tar.gz::https://github.com/starship/starship/releases/download/v0.36.0/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = cae1dee033da03de9cac2bee4378070dd60213a6f4caaccc97f07e173ccaf318
+ source = starship-bin-v0.36.1.tar.gz::https://github.com/starship/starship/releases/download/v0.36.1/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 9d63dacc27c35bd6e69416926f67471c0788e5f9b212bbb996230a1ecc9e9e65
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index e6ac20614c28..008bcc5c8584 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.36.0'
+pkgver='0.36.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=('cae1dee033da03de9cac2bee4378070dd60213a6f4caaccc97f07e173ccaf318')
+sha256sums=('9d63dacc27c35bd6e69416926f67471c0788e5f9b212bbb996230a1ecc9e9e65')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"