summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStarship Bot2020-10-01 02:05:43 +0000
committerStarship Bot2020-10-01 02:05:43 +0000
commit6a71685cd24bc9a6dde69adf973a6738c7fca041 (patch)
tree9a59a4fb456beab4352ba99c7218fabf41bb028f
parentc411157e199ac2e7054df5d0a2a1498514cb3269 (diff)
downloadaur-6a71685cd24bc9a6dde69adf973a6738c7fca041.tar.gz
Update to 0.45.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4bed05c5761..4323c5b5c540 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.45.1
+ pkgver = 0.45.2
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.45.1.tar.gz::https://github.com/starship/starship/releases/download/v0.45.1/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 86928dd7a14f8331b1ed3a25aa1db407f6e8ad1c0a5d2a2132b728a0784c9fdd
+ source = starship-bin-v0.45.2.tar.gz::https://github.com/starship/starship/releases/download/v0.45.2/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 0475cd35f52f63350723f82a1dfeb4fecbb4c017e4b73f6220bd09754145c801
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index e66d081962d3..dac3cfc6706e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver=0.45.1
+pkgver=0.45.2
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=('86928dd7a14f8331b1ed3a25aa1db407f6e8ad1c0a5d2a2132b728a0784c9fdd')
+sha256sums=('0475cd35f52f63350723f82a1dfeb4fecbb4c017e4b73f6220bd09754145c801')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"