summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchipbuster2020-01-08 20:25:39 -0600
committerchipbuster2020-01-08 20:25:39 -0600
commitb16584b7141faf0ff953f9d11ff8d275ca2da7ef (patch)
tree8bcb2ab737485a7f62a35e8dc44224be0df097b4 /PKGBUILD
parentf15dde96d75e3646c62f0483dd6f2729643ead05 (diff)
downloadaur-b16584b7141faf0ff953f9d11ff8d275ca2da7ef.tar.gz
verbump 0.33.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"