summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2021-01-02 22:08:33 -0600
committerchipbuster2021-01-02 22:08:33 -0600
commit33d7f883e7f5895dd41101bcd07ee2f58f7199c4 (patch)
treee7471a382a5d2f834429f06c56135844743f10b6
parent9cc82bfce4e7ad198a9fbfe05ab8d964805b1434 (diff)
downloadaur-33d7f883e7f5895dd41101bcd07ee2f58f7199c4.tar.gz
verbump 0.48.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93f94f56309d..8a6a78898784 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.47.0
+ pkgver = 0.48.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.47.0.tar.gz::https://github.com/starship/starship/releases/download/v0.47.0/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 712a4631da370545431000e9b291ce3d9483dbe622c970c616dffa1d12bec88f
+ source = starship-bin-v0.48.0.tar.gz::https://github.com/starship/starship/releases/download/v0.48.0/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = ed80a9984ed4575042b8eade585058d6efadc1130bbc5f1af6b9accf9260a900
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index bb3579703ae5..06ad43334d99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver=0.47.0
+pkgver='0.48.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=('712a4631da370545431000e9b291ce3d9483dbe622c970c616dffa1d12bec88f')
+sha256sums=('ed80a9984ed4575042b8eade585058d6efadc1130bbc5f1af6b9accf9260a900')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"