summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-01-21 16:08:11 +0100
committerDaniel Peukert2022-01-21 16:08:11 +0100
commitdfd7f8ebd2bef16d5ba1a4bddc86c3065e9055d7 (patch)
tree3741a527ff881b7258f8946332f318c9c44e50e9
parentbc1161e86f59892fa80494943c6cd9623b6a107d (diff)
downloadaur-dfd7f8ebd2bef16d5ba1a4bddc86c3065e9055d7.tar.gz
Update ocaml-luv to 0.5.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7159bbbd5f42..71a7a7c23da3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-luv
pkgdesc = Cross-platform asynchronous I/O and system calls
- pkgver = 0.5.10
+ pkgver = 0.5.11
pkgrel = 1
url = https://github.com/aantron/luv
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = ocaml-luv
depends = ocaml-ctypes>=0.14.0
depends = ocaml-result
options = !strip
- source = ocaml-luv-0.5.10-1.tar.gz::https://github.com/aantron/luv/archive/0.5.10.tar.gz
- sha256sums = 9d0cdff2fec30f4b4732eeb6508abf56c795925f8e2f615464fbc57c02e77c64
+ source = ocaml-luv-0.5.11-1.tar.gz::https://github.com/aantron/luv/archive/0.5.11.tar.gz
+ sha512sums = f1532990e9494d2ae9f11845a788888b0f3f176fefde5fe6eeeb694a7f82db20c679448f5ecd4bd143c608927c44638e8f0bf97fd3c5dcc38f839fbe1c22c036
pkgname = ocaml-luv
diff --git a/PKGBUILD b/PKGBUILD
index 84e263e83dd4..243b9463993a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='luv'
pkgname="ocaml-$_projectname"
-pkgver='0.5.10'
+pkgver='0.5.11'
pkgrel='1'
pkgdesc='Cross-platform asynchronous I/O and system calls'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -11,7 +11,7 @@ depends=('libuv' 'ocaml>=4.02.0' 'ocaml-ctypes>=0.14.0' 'ocaml-result')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('9d0cdff2fec30f4b4732eeb6508abf56c795925f8e2f615464fbc57c02e77c64')
+sha512sums=('f1532990e9494d2ae9f11845a788888b0f3f176fefde5fe6eeeb694a7f82db20c679448f5ecd4bd143c608927c44638e8f0bf97fd3c5dcc38f839fbe1c22c036')
_sourcedirectory="$_projectname-$pkgver"