summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMayorBender2020-08-16 09:52:20 -0400
committerMayorBender2020-08-16 09:52:20 -0400
commite0e3195ece5aec190b55c096ee233275a40b38ca (patch)
tree3ab3ee90151d85d4c5e8e21139f5de985f60f5f1 /PKGBUILD
parentcbe7f88131d553bc293d01162bbf2d323f2e396d (diff)
downloadaur-e0e3195ece5aec190b55c096ee233275a40b38ca.tar.gz
check50 v3.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3f536cd61be..543bae87ef4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=check50
_module='check50' # PyPI specific
-pkgver=2.2.7
+pkgver=3.1.2
pkgrel=1
pkgdesc="This is check50, with which you can check solutions to problems for CS50."
arch=('any')
@@ -17,7 +17,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz"
)
sha256sums=(
- '6ad46b75f1b19d485a105976a684ec67a37356471a2c2b206cf85086624bde8c'
+ 'e34d39c9a230e80dc2105737f64f9d93bcecb150e184fc70bff2ac849c5f9bd4'
)
build() {