summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Price2019-06-22 18:50:22 -0700
committerChristopher Price2019-06-22 18:50:22 -0700
commit433708d5d3f782cd984401e2973811d9c851a2d4 (patch)
treed1f4f7d58fc9dfb3cd4f6967af880c00c9c84454
parent9fd40e76f65b5c50ccb92ecaaec492d5a5d2178e (diff)
downloadaur-433708d5d3f782cd984401e2973811d9c851a2d4.tar.gz
Updated to latest release v0.7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dafc8ec5827a..bfbef8bc45e7 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.3
+ pkgver = 0.7.4
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.3.tar.gz
- sha256sums = 6ee22b7922f6fb0a3d7702cbb13a803bfba9877422aebba9841517dcc698e5f3
+ source = https://github.com/astrada/google-drive-ocamlfuse/archive/v0.7.4.tar.gz
+ sha256sums = 2105b7626b03b5775ef4b683fcfd9c11874de669d2bb4ee37eceaa21bb370d69
pkgname = google-drive-ocamlfuse
diff --git a/PKGBUILD b/PKGBUILD
index f451295e3113..1f3de11fb2d8 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.3
+pkgver=0.7.4
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=('6ee22b7922f6fb0a3d7702cbb13a803bfba9877422aebba9841517dcc698e5f3')
+sha256sums=('2105b7626b03b5775ef4b683fcfd9c11874de669d2bb4ee37eceaa21bb370d69')
build() {
cd "$srcdir/$pkgname-$pkgver"