summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Price2020-01-20 17:40:23 -0800
committerChristopher Price2020-01-20 17:40:23 -0800
commit720c0dd9fd09e750ffe2d0eccefe6a655c884293 (patch)
tree9a3b82699578fdcd6c87b608952db95e9664cf89
parent355a0a5b75046ba438001722cf14ff963cd710a9 (diff)
downloadaur-720c0dd9fd09e750ffe2d0eccefe6a655c884293.tar.gz
Updated to latest release v0.7.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ef2e0b6a0d8..6f53d9eaaa53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = google-drive-ocamlfuse
pkgdesc = FUSE-based file system backed by Google Drive, written in OCaml
- pkgver = 0.7.13
+ pkgver = 0.7.17
pkgrel = 1
url = https://astrada.github.io/google-drive-ocamlfuse/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = google-drive-ocamlfuse
makedepends = dune
makedepends = ocaml-ounit
options = staticlibs
- source = https://github.com/astrada/google-drive-ocamlfuse/archive/v0.7.13.tar.gz
- sha256sums = 24661c77f131377ac0135e9975d0d41148e635312833bb148d936b8758bbf48c
+ source = https://github.com/astrada/google-drive-ocamlfuse/archive/v0.7.17.tar.gz
+ sha256sums = f307b0361c54b491974a19825e855b8d728fcf46f47cac8864e444ff821ff395
pkgname = google-drive-ocamlfuse
diff --git a/PKGBUILD b/PKGBUILD
index dca0dd372778..5302f3ed0f2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Price <pricechrispy at gmail dot com>
# Contributor: Moritz Lipp <mlq@pwmt.org>
pkgname=google-drive-ocamlfuse
-pkgver=0.7.13
+pkgver=0.7.17
pkgrel=1
pkgdesc='FUSE-based file system backed by Google Drive, written in OCaml'
arch=('x86_64' 'i686')
@@ -20,7 +20,7 @@ makedepends=(
)
options=('staticlibs')
source=("https://github.com/astrada/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('24661c77f131377ac0135e9975d0d41148e635312833bb148d936b8758bbf48c')
+sha256sums=('f307b0361c54b491974a19825e855b8d728fcf46f47cac8864e444ff821ff395')
build() {
cd "$srcdir/$pkgname-$pkgver"