summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Price2018-03-20 22:27:03 -0700
committerChristopher Price2018-03-20 22:27:03 -0700
commitb83da722f94ed8f7fa7f48f94f09fd75b149fe8c (patch)
treef2569fbe7f3ab03f526f3fc40bf52054d2f1e27f
parented2f83d399c7281a348c0859529d623b013dbe9a (diff)
downloadaur-b83da722f94ed8f7fa7f48f94f09fd75b149fe8c.tar.gz
Updated to latest release v0.6.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09216cb88356..d2bf85c2feca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-drive-ocamlfuse
pkgdesc = FUSE-based file system backed by Google Drive, written in OCaml
- pkgver = 0.6.23
- pkgrel = 2
+ pkgver = 0.6.25
+ pkgrel = 1
url = https://astrada.github.io/google-drive-ocamlfuse/
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = google-drive-ocamlfuse
makedepends = ocaml-ounit
options = staticlibs
source = https://github.com/astrada/google-drive-ocamlfuse/archive/v0.6.23.tar.gz
- sha256sums = f3c2daff748c8df15bf19ef038b6ae075584e273cb231b7f73ab881486d16ead
+ sha256sums = 5ef3c8093978b4ced0b5bbefdcc56bfb3cbf34a06065a30b631d4099c56e082a
pkgname = google-drive-ocamlfuse
diff --git a/PKGBUILD b/PKGBUILD
index df248043cae6..7a8be6ce812a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher Price <pricechrispy at gmail dot com>
# Contributor: Moritz Lipp <mlq@pwmt.org>
pkgname=google-drive-ocamlfuse
-pkgver=0.6.23
-pkgrel=2
+pkgver=0.6.25
+pkgrel=1
pkgdesc='FUSE-based file system backed by Google Drive, written in OCaml'
arch=('x86_64' 'i686')
url='https://astrada.github.io/google-drive-ocamlfuse/'
@@ -20,7 +20,7 @@ makedepends=(
)
options=('staticlibs')
source=("https://github.com/astrada/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('f3c2daff748c8df15bf19ef038b6ae075584e273cb231b7f73ab881486d16ead')
+sha256sums=('5ef3c8093978b4ced0b5bbefdcc56bfb3cbf34a06065a30b631d4099c56e082a')
build() {
cd "$srcdir/$pkgname-$pkgver"