summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-10-05 14:49:00 -0500
committerchipbuster2019-10-05 14:49:00 -0500
commit15117731091db06c5e8a6e08f26c65f4eff43382 (patch)
tree1f27db30387aa5ee97bf69a6d499d3c966b0dc27
parent5c57b1edb25791d5fd05cfaac1e28e1ea6dec913 (diff)
downloadaur-15117731091db06c5e8a6e08f26c65f4eff43382.tar.gz
Update incorrect hashsum info
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6579cf3e87d4..fe1a42bf4822 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
pkgver = 0.20.2
- 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.20.2/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = d9d1dcc4200fbd7fed7abd552c207000d9592b4e25f7348180921a49d97d61be
+ sha256sums = 0f4fafafde58e8664395f793581cd9cae56fe159278cb061e9a8afd032486e89
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2819bfec43d2..17c6f332a4c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
pkgver='0.20.2'
-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=('d9d1dcc4200fbd7fed7abd552c207000d9592b4e25f7348180921a49d97d61be')
+sha256sums=('0f4fafafde58e8664395f793581cd9cae56fe159278cb061e9a8afd032486e89')
PKGEXT='.pkg.tar.gz'
package() {