summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Muszynski2016-08-21 15:54:32 +0200
committerMikael Muszynski2016-08-21 15:54:32 +0200
commit291bf4fa9bbf6faf8939a3fd5a10f8b417daca78 (patch)
tree00a79512a4141df9cca89212ad28cad594817733
parent99a3cc846244f849c287ef9feca23a907f37b153 (diff)
downloadaur-291bf4fa9bbf6faf8939a3fd5a10f8b417daca78.tar.gz
Update package to 2.3.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 843dbf80796e..fe2368f44129 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
-# Generated by mksrcinfo v8
-# Sun Jun 5 12:37:10 UTC 2016
pkgbase = exercism-cli
pkgdesc = Command line client for exercism.io
- pkgver = v2.2.6
+ pkgver = v2.3.0
pkgrel = 1
url = https://github.com/exercism/cli
arch = i686
arch = x86_64
license = MIT
- source = https://raw.githubusercontent.com/exercism/cli/v2.2.6/LICENSE
+ source = https://raw.githubusercontent.com/exercism/cli/v2.3.0/LICENSE
md5sums = f92fe05e2b91655399f2a8b9d24bfe41
- source_i686 = https://github.com/exercism/cli/releases/download/v2.2.6/exercism-linux-32bit.tgz
- md5sums_i686 = b7418694a33fe2e274b97e861d80da44
- source_x86_64 = https://github.com/exercism/cli/releases/download/v2.2.6/exercism-linux-64bit.tgz
- md5sums_x86_64 = ad36d1f50dd5ed669b26dca5b8b24d45
+ source_i686 = https://github.com/exercism/cli/releases/download/v2.3.0/exercism-linux-32bit.tgz
+ md5sums_i686 = d4d64955db514847640503fc8217a602
+ source_x86_64 = https://github.com/exercism/cli/releases/download/v2.3.0/exercism-linux-64bit.tgz
+ md5sums_x86_64 = 6dd3e655971c84d48046fe2f7e80ec22
pkgname = exercism-cli
diff --git a/PKGBUILD b/PKGBUILD
index e4d6802a0b7d..f2efc9490bbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: linduxed <linduxed at gmail dot com>
pkgname=exercism-cli
-pkgver=v2.2.6
+pkgver=v2.3.0
pkgrel=1
pkgdesc="Command line client for exercism.io"
arch=("i686" "x86_64")
@@ -10,9 +10,9 @@ license=("MIT")
source=("https://raw.githubusercontent.com/exercism/cli/$pkgver/LICENSE")
md5sums=('f92fe05e2b91655399f2a8b9d24bfe41')
source_i686=("https://github.com/exercism/cli/releases/download/$pkgver/exercism-linux-32bit.tgz")
-md5sums_i686=('b7418694a33fe2e274b97e861d80da44')
+md5sums_i686=('d4d64955db514847640503fc8217a602')
source_x86_64=("https://github.com/exercism/cli/releases/download/$pkgver/exercism-linux-64bit.tgz")
-md5sums_x86_64=('ad36d1f50dd5ed669b26dca5b8b24d45')
+md5sums_x86_64=('6dd3e655971c84d48046fe2f7e80ec22')
package(){
cd "$srcdir"