summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2021-06-10 14:59:55 +0200
committerDaniel Peukert2021-06-10 14:59:55 +0200
commit0f0aade4052600aa27a2234e8a927f1df19acfcd (patch)
tree71a21e97def8a9d7e71fc8995918832be33911eb /PKGBUILD
parent2035dae958f943c48f22dd1397fed01a2dea347c (diff)
downloadaur-0f0aade4052600aa27a2234e8a927f1df19acfcd.tar.gz
Update ocaml-visitors to 20210608
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 269ccb0df277..854b4f33a70d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: malet <malet@invalid>
_projectname='visitors'
pkgname="ocaml-$_projectname"
-pkgver='20210316'
+pkgver='20210608'
pkgrel='1'
pkgdesc='An OCaml syntax extension for generating visitor classes'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -12,7 +12,7 @@ depends=('ocaml>=4.05.0' 'ocaml-ppx_deriving>=5.0' 'ocaml-ppxlib>=0.22.0' 'ocaml
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/-/archive/$pkgver/$_projectname-$pkgver.tar.gz")
-sha256sums=('da33232dadd9601bfdbdf7b640f7a06bd2b03abcb24383e8cedb32897788a4a6')
+sha256sums=('fff684c35c12a1e9bcbaa7a95ac901d234e45cca3653f2310ae19a56716f6026')
_sourcedirectory="$_projectname-$pkgver"