summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Muszynski2019-07-21 22:33:15 +0200
committerMikael Muszynski2019-07-21 22:33:15 +0200
commite59b5baef37d262df1ea7bfd86e50c78e999b388 (patch)
tree7a1a314a42882c7e396a8af88c8da2783a23a6e3
parent5b832dda7c1a48f314aaa80ad174b31ca4bccedc (diff)
downloadaur-e59b5baef37d262df1ea7bfd86e50c78e999b388.tar.gz
Fix wrong version of LICENSE
The sha256sum for LICENSE was mistakenly not updated in the last patch.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b9e819581f6..d85d06a49952 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exercism-cli
pkgdesc = Command line client for exercism.io
pkgver = 3.0.12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/exercism/cli
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = exercism-cli
source = https://raw.githubusercontent.com/exercism/cli/v3.0.12/LICENSE
source = exercism_completion-v3.0.12.bash::https://raw.githubusercontent.com/exercism/cli/v3.0.12/shell/exercism_completion.bash
source = exercism_completion-v3.0.12.zsh::https://raw.githubusercontent.com/exercism/cli/v3.0.12/shell/exercism_completion.zsh
- sha256sums = 5dd14ba854091ff4226fa6c7517b57da86acbe9b6a00c36f0c031dd4f4816c90
+ sha256sums = f660930f41ec480c6cb928298928da6919d2314cdeba0945d36d11a7ce46543a
sha256sums = 4abb9b94262a08ede1019cbfc900d01f33123de616bb5a7c202d54ca59718590
sha256sums = b28df2a4f6099f5466c623a3618c58dea68611858153442fea978deb5fe027df
source_i686 = exercism-linux-32bit-v3.0.12.tgz::https://github.com/exercism/cli/releases/download/v3.0.12/exercism-linux-32bit.tgz
diff --git a/PKGBUILD b/PKGBUILD
index cca824473950..0c6807312b64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=exercism-cli
pkgver=3.0.12
-pkgrel=1
+pkgrel=2
pkgdesc="Command line client for exercism.io"
arch=("i686" "x86_64")
url="https://github.com/exercism/cli"
@@ -11,7 +11,7 @@ license=("MIT")
source=("https://raw.githubusercontent.com/exercism/cli/v$pkgver/LICENSE"
exercism_completion-v$pkgver.bash::"https://raw.githubusercontent.com/exercism/cli/v$pkgver/shell/exercism_completion.bash"
exercism_completion-v$pkgver.zsh::"https://raw.githubusercontent.com/exercism/cli/v$pkgver/shell/exercism_completion.zsh")
-sha256sums=('5dd14ba854091ff4226fa6c7517b57da86acbe9b6a00c36f0c031dd4f4816c90'
+sha256sums=('f660930f41ec480c6cb928298928da6919d2314cdeba0945d36d11a7ce46543a'
'4abb9b94262a08ede1019cbfc900d01f33123de616bb5a7c202d54ca59718590'
'b28df2a4f6099f5466c623a3618c58dea68611858153442fea978deb5fe027df')