summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bailey2018-08-06 11:03:55 -0400
committerEric Bailey2018-08-06 11:03:55 -0400
commit765ca745fd69fc2e30ff1afc20af427d00ec966f (patch)
tree20092f8493821d5006e40d3a32f98851919fdfe1
parentcb0edab952410faad256d508d9ff650d61d7dd50 (diff)
downloadaur-765ca745fd69fc2e30ff1afc20af427d00ec966f.tar.gz
0.8.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a4eb18a29a1..68469c8a5ca8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 21 07:35:31 UTC 2018
+# Mon Aug 6 15:03:20 UTC 2018
pkgbase = ocaml-curl
pkgdesc = OCaml bindings to libcurl networking library
- pkgver = 0.8.1
- pkgrel = 2
+ pkgver = 0.8.2
+ pkgrel = 1
url = https://github.com/ygrek/ocurl
arch = i686
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = ocaml-curl
options = !strip
options = !makeflags
options = staticlibs
- source = https://github.com/ygrek/ocurl/releases/download/0.8.1/ocurl-0.8.1.tar.gz
- sha256sums = 3e0f9cd883c69b17a3d15ab215c670ea124a0db2fa57170093ab8e19fafa8d22
+ source = https://github.com/ygrek/ocurl/releases/download/0.8.2/ocurl-0.8.2.tar.gz
+ sha256sums = 09830f496aea805ecd4593834acc51852803ebe336650eda793facf769eba3ab
pkgname = ocaml-curl
diff --git a/PKGBUILD b/PKGBUILD
index 5e5e69e2d6a5..05ced81e4182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eric Bailey <nerflad@gmail.com>
pkgname=ocaml-curl
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
pkgdesc="OCaml bindings to libcurl networking library"
arch=('i686' 'x86_64' 'armv7h')
license=('BSD')
@@ -10,7 +10,7 @@ makedepends=('ocaml-findlib')
options=('!strip' '!makeflags' 'staticlibs')
url='https://github.com/ygrek/ocurl'
source=("${url}/releases/download/${pkgver}/ocurl-${pkgver}.tar.gz")
-sha256sums=('3e0f9cd883c69b17a3d15ab215c670ea124a0db2fa57170093ab8e19fafa8d22')
+sha256sums=('09830f496aea805ecd4593834acc51852803ebe336650eda793facf769eba3ab')
build() {
cd "$srcdir/ocurl-${pkgver}"