summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2022-01-07 18:02:05 -0500
committerPadraic Fanning2022-01-07 18:02:05 -0500
commit40fd1c12be36bff121570c0d3cc1720124dde761 (patch)
treee182800431ed4d9a5946fa2cd640d58d21002fbd
parentbcca98ff6653c9c534235f2b9e92a1a250614f61 (diff)
downloadaur-40fd1c12be36bff121570c0d3cc1720124dde761.tar.gz
Update to 3.37.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae2eb1eeaf49..c4a710c1b02a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lean-community-bin
pkgdesc = Lean Theorem Prover, maintained by the Lean community
- pkgver = 3.36.0
+ pkgver = 3.37.0
pkgrel = 1
url = https://github.com/leanprover-community/lean
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = lean-community-bin
conflicts = lean3-bin
conflicts = lean2-git
conflicts = lean-community
- source = https://github.com/leanprover-community/lean/releases/download/v3.36.0/lean-3.36.0-linux.tar.gz
- sha256sums = 2e19e133ffb4fc230e7ebb4e800acdf81187caa3f37ac97bbfe65e2ae20c0047
+ source = https://github.com/leanprover-community/lean/releases/download/v3.37.0/lean-3.37.0-linux.tar.gz
+ sha256sums = 479f69e1f9e35c0c3cd5e2addcd194187faa0436fd1942a15152aa7108068b65
pkgname = lean-community-bin
diff --git a/PKGBUILD b/PKGBUILD
index e5dc776e9b22..759d43000a82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Padraic Fanning <fanninpm at miamioh dot edu>
pkgname=lean-community-bin
-pkgver=3.36.0
+pkgver=3.37.0
pkgrel=1
pkgdesc='Lean Theorem Prover, maintained by the Lean community'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=()
makedepends=()
conflicts=('lean-bin' 'lean-git' 'lean3-bin' 'lean2-git' 'lean-community')
source=("https://github.com/leanprover-community/lean/releases/download/v${pkgver}/lean-${pkgver}-linux.tar.gz")
-sha256sums=('2e19e133ffb4fc230e7ebb4e800acdf81187caa3f37ac97bbfe65e2ae20c0047')
+sha256sums=('479f69e1f9e35c0c3cd5e2addcd194187faa0436fd1942a15152aa7108068b65')
package() {
cd $srcdir/lean-${pkgver}-linux