summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMayorBender2020-08-16 09:52:20 -0400
committerMayorBender2020-08-16 09:52:20 -0400
commite0e3195ece5aec190b55c096ee233275a40b38ca (patch)
tree3ab3ee90151d85d4c5e8e21139f5de985f60f5f1
parentcbe7f88131d553bc293d01162bbf2d323f2e396d (diff)
downloadaur-e0e3195ece5aec190b55c096ee233275a40b38ca.tar.gz
check50 v3.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4c123f70ab3..8df7c936789e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = check50
pkgdesc = This is check50, with which you can check solutions to problems for CS50.
- pkgver = 2.2.7
+ pkgver = 3.1.2
pkgrel = 1
url = https://github.com/cs50/check50
arch = any
@@ -9,8 +9,8 @@ pkgbase = check50
makedepends = python-setuptools
depends = python
depends = submit50
- source = https://files.pythonhosted.org/packages/source/c/check50/check50-2.2.7.tar.gz
- sha256sums = 6ad46b75f1b19d485a105976a684ec67a37356471a2c2b206cf85086624bde8c
+ source = https://files.pythonhosted.org/packages/source/c/check50/check50-3.1.2.tar.gz
+ sha256sums = e34d39c9a230e80dc2105737f64f9d93bcecb150e184fc70bff2ac849c5f9bd4
pkgname = check50
depends = python
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() {