summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Price2018-09-22 19:00:23 -0700
committerChristopher Price2018-09-22 19:00:23 -0700
commita4b363927ee1893c6b5c8c2f0b5cccb235355128 (patch)
treec26ee8397f1623060f1b8422ed1f2f10d6b4994e
parenta4e4ddf56a6c486a45be303e88ce2f8550eb2f28 (diff)
downloadaur-a4b363927ee1893c6b5c8c2f0b5cccb235355128.tar.gz
Updated to latest release v0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bfaa00daf41..502cefd6268e 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.6.25
+ pkgver = 0.7.0
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.6.25.tar.gz
- sha256sums = 5ef3c8093978b4ced0b5bbefdcc56bfb3cbf34a06065a30b631d4099c56e082a
+ source = https://github.com/astrada/google-drive-ocamlfuse/archive/v0.7.0.tar.gz
+ sha256sums = 7dd831f2909b9adf071daadb5ae1cff153621457937ac22ec7be37e30e5dfc51
pkgname = google-drive-ocamlfuse
diff --git a/PKGBUILD b/PKGBUILD
index 7a8be6ce812a..cbe0c65b0dcb 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.6.25
+pkgver=0.7.0
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=('5ef3c8093978b4ced0b5bbefdcc56bfb3cbf34a06065a30b631d4099c56e082a')
+sha256sums=('7dd831f2909b9adf071daadb5ae1cff153621457937ac22ec7be37e30e5dfc51')
build() {
cd "$srcdir/$pkgname-$pkgver"