summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2020-01-08 20:25:39 -0600
committerchipbuster2020-01-08 20:25:39 -0600
commitb16584b7141faf0ff953f9d11ff8d275ca2da7ef (patch)
tree8bcb2ab737485a7f62a35e8dc44224be0df097b4
parentf15dde96d75e3646c62f0483dd6f2729643ead05 (diff)
downloadaur-b16584b7141faf0ff953f9d11ff8d275ca2da7ef.tar.gz
verbump 0.33.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d2cb9fd2e68..cbc52397544d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.32.2
+ pkgver = 0.33.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.32.2.tar.gz::https://github.com/starship/starship/releases/download/v0.32.2/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 8e887d6be8996889de97b81f2b3c980b2a0fe1d0ffc3f0999aa3bae86d542da4
+ source = starship-bin-v0.33.0.tar.gz::https://github.com/starship/starship/releases/download/v0.33.0/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 193e05c53d0d0bda3eb5c41e7db93e2c640e4426bdf7f1fec02229f17fb7cb21
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1731e2b79158..a778e7403207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.32.2'
+pkgver='0.33.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=('8e887d6be8996889de97b81f2b3c980b2a0fe1d0ffc3f0999aa3bae86d542da4')
+sha256sums=('193e05c53d0d0bda3eb5c41e7db93e2c640e4426bdf7f1fec02229f17fb7cb21')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"