diff options
author | Eric Bailey | 2017-11-21 00:18:00 -0500 |
---|---|---|
committer | Eric Bailey | 2017-11-21 00:18:00 -0500 |
commit | 4cda22cdd85b54af88a9c01daf2e118c80ae01ca (patch) | |
tree | 0f959658fc950d6cef8a18960d89e95f8e1188a2 | |
parent | abf19b78223d3fc52e8bfd7236ad085bc5a86e67 (diff) | |
download | aur-4cda22cdd85b54af88a9c01daf2e118c80ae01ca.tar.gz |
update to 0.3.5. Switch from md5 to sha256 for integrity check
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 10 insertions, 10 deletions
@@ -1,17 +1,17 @@ # Generated by mksrcinfo v8 -# Sat Jun 10 16:30:26 UTC 2017 +# Tue Nov 21 05:15:59 UTC 2017 pkgbase = gapi-ocaml pkgdesc = A simple OCaml client for Google Services. - pkgver = 0.3.4 + pkgver = 0.3.5 pkgrel = 1 url = https://astrada.github.io/gapi-ocaml/ arch = x86_64 arch = i686 license = MIT makedepends = ocamlbuild - depends = ocaml>=3.12.0 + depends = ocaml>=4.02.3 depends = ocaml-findlib>=1.2.7 - depends = ocamlnet>=3.5.1 + depends = ocamlnet>=4.1.4 depends = ocaml-curl>=0.5.3 depends = ocaml-cryptokit>=1.3.14 depends = ocaml-extlib>=1.5.1 @@ -19,8 +19,8 @@ pkgbase = gapi-ocaml depends = ocaml-xmlm>=1.0.2 options = !strip options = staticlibs - source = https://github.com/astrada/gapi-ocaml/archive/v0.3.4.tar.gz - md5sums = 8f4b9a2fb59279db089d54e70313c037 + source = https://github.com/astrada/gapi-ocaml/archive/v0.3.5.tar.gz + sha256sums = c913341cd29a0a6bb8fcfad4783eeea2d8d1c6d4a287f1bcf538d0d5f8d22f20 pkgname = gapi-ocaml @@ -1,7 +1,7 @@ # Maintainer: nerflad (nerflad@gmail.com) pkgname=gapi-ocaml -pkgver=0.3.4 +pkgver=0.3.5 pkgrel=1 pkgdesc="A simple OCaml client for Google Services." arch=("x86_64" "i686") @@ -9,9 +9,9 @@ url="https://astrada.github.io/gapi-ocaml/" license=('MIT') makedepends=('ocamlbuild') depends=( -'ocaml>=3.12.0' +'ocaml>=4.02.3' 'ocaml-findlib>=1.2.7' -'ocamlnet>=3.5.1' +'ocamlnet>=4.1.4' 'ocaml-curl>=0.5.3' 'ocaml-cryptokit>=1.3.14' 'ocaml-extlib>=1.5.1' @@ -20,7 +20,7 @@ depends=( ) source=(https://github.com/astrada/$pkgname/archive/v$pkgver.tar.gz) options=('!strip' 'staticlibs') -md5sums=('8f4b9a2fb59279db089d54e70313c037') +sha256sums=('c913341cd29a0a6bb8fcfad4783eeea2d8d1c6d4a287f1bcf538d0d5f8d22f20') build() { |