summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPadraic Fanning2021-09-13 19:00:58 -0400
committerPadraic Fanning2021-09-13 19:00:58 -0400
commit2a2e9f238ab45b82bc83d8cdb0cd7e466c0f461d (patch)
tree92a7135cbf463b1afeabcd96bc360619d45bd4a4
parent537c43f55a6d88bd662083cd3f5bc82a97df42ad (diff)
downloadaur-2a2e9f238ab45b82bc83d8cdb0cd7e466c0f461d.tar.gz
Update to 3.33.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bf32f0333dd..3df517e27e21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lean-community-bin
pkgdesc = Lean Theorem Prover, maintained by the Lean community
- pkgver = 3.32.1
+ pkgver = 3.33.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.32.1/lean-3.32.1-linux.tar.gz
- sha256sums = d3d6153a946c217b81d5d179a78d33f3ce713b62c083b6998cef1a14519c2676
+ source = https://github.com/leanprover-community/lean/releases/download/v3.33.0/lean-3.33.0-linux.tar.gz
+ sha256sums = 81191529b68dc71e96c9f9a196d3ec75fe3e028c4fe35eb987fd85ebbe524a58
pkgname = lean-community-bin
diff --git a/PKGBUILD b/PKGBUILD
index fca3a183f2d6..c7573fd014ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Padraic Fanning <fanninpm at miamioh dot edu>
pkgname=lean-community-bin
-pkgver=3.32.1
+pkgver=3.33.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=('d3d6153a946c217b81d5d179a78d33f3ce713b62c083b6998cef1a14519c2676')
+sha256sums=('81191529b68dc71e96c9f9a196d3ec75fe3e028c4fe35eb987fd85ebbe524a58')
package() {
cd $srcdir/lean-${pkgver}-linux