summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2022-02-08 16:42:42 -0500
committerPadraic Fanning2022-02-08 16:42:42 -0500
commit300f20016983635f3cca5c3fab739669e4a00756 (patch)
tree80a581ac47a53bff268acc88d80ea3b2a03b1a38
parentc409a69b9b6920e218f6bf86e0c7d8cf5ae9b404 (diff)
downloadaur-300f20016983635f3cca5c3fab739669e4a00756.tar.gz
Update to 3.39.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f7e4ed02857..e717d470d77f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lean-community-bin
pkgdesc = Lean Theorem Prover, maintained by the Lean community
- pkgver = 3.39.0
+ pkgver = 3.39.1
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.39.0/lean-3.39.0-linux.tar.gz
- sha256sums = ca52f53f62458540d38c8fcdc2bf9afa0be25f7a5745814d11a21933ad6d84ac
+ source = https://github.com/leanprover-community/lean/releases/download/v3.39.1/lean-3.39.1-linux.tar.gz
+ sha256sums = 4d4b9885727a894444ebdbf0fd5b014fb0617063a679338db6f4bdbf1b6684ba
pkgname = lean-community-bin
diff --git a/PKGBUILD b/PKGBUILD
index 00cb60ac07bd..d670689476df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Padraic Fanning <fanninpm at miamioh dot edu>
pkgname=lean-community-bin
-pkgver=3.39.0
+pkgver=3.39.1
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=('ca52f53f62458540d38c8fcdc2bf9afa0be25f7a5745814d11a21933ad6d84ac')
+sha256sums=('4d4b9885727a894444ebdbf0fd5b014fb0617063a679338db6f4bdbf1b6684ba')
package() {
cd $srcdir/lean-${pkgver}-linux