summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-10-09 18:57:04 -0500
committerchipbuster2019-10-09 18:57:04 -0500
commit182900fb19e99903b4c480ad0868477897069b29 (patch)
treea71d8e17fe93052f65c11a33a19a885220882be2
parent567304c206dc6de94c9925d8c3253e331e4a96d4 (diff)
downloadaur-182900fb19e99903b4c480ad0868477897069b29.tar.gz
Change package hash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a117256ccec8..6dbb4cc2adc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
pkgver = 0.22.0
- pkgrel = 1
+ pkgrel = 2
url = https://starship.rs/
arch = x86_64
license = ISC
@@ -12,7 +12,7 @@ pkgbase = starship-bin
provides = starship
conflicts = starship
source = https://github.com/starship/starship/releases/download/v0.22.0/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 1179ca9435566395607f4a5f8e0e1364d26518089b6655877ac51a6b40ff22f9
+ sha256sums = 83a7ccbf0affa6b53b36300c8380fa0141663f409b978a5e06b48fdd53ac5ea1
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 04661f5dd60f..e83c707e4fca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
pkgver='0.22.0'
-pkgrel='1'
+pkgrel='2'
arch=('x86_64')
url='https://starship.rs/'
license=('ISC')
@@ -15,7 +15,7 @@ checkdepends=()
provides=('starship')
conflicts=('starship')
source=("https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('1179ca9435566395607f4a5f8e0e1364d26518089b6655877ac51a6b40ff22f9')
+sha256sums=('83a7ccbf0affa6b53b36300c8380fa0141663f409b978a5e06b48fdd53ac5ea1')
PKGEXT='.pkg.tar.gz'
package() {