summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Price2021-04-28 22:26:18 -0700
committerChristopher Price2021-04-28 22:26:18 -0700
commitaaf3a51f8a52ea0b417eabc46752fbe07c6be9dc (patch)
tree0757d980c66941130298606c5766c97bc1a01d7b
parentfea2366357f8abf3c7d777c17e45f05aaa0797c0 (diff)
downloadaur-aaf3a51f8a52ea0b417eabc46752fbe07c6be9dc.tar.gz
Updated to latest release v0.7.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6007a4c6bbae..d1f0ca62f7fe 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.24
+ pkgver = 0.7.26
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.24.tar.gz
- sha256sums = 68a58babc485e9dca8d5080b822dd04a0001af807323f91c316d7d11a45f6071
+ source = https://github.com/astrada/google-drive-ocamlfuse/archive/v0.7.26.tar.gz
+ sha256sums = 273b1bbc5fc8b98bdee659bd2e5e67ec35cdbd2a75a5f353ba58533cff937890
pkgname = google-drive-ocamlfuse
diff --git a/PKGBUILD b/PKGBUILD
index 08ec6a82e266..d341f3cbe556 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.24
+pkgver=0.7.26
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=('68a58babc485e9dca8d5080b822dd04a0001af807323f91c316d7d11a45f6071')
+sha256sums=('273b1bbc5fc8b98bdee659bd2e5e67ec35cdbd2a75a5f353ba58533cff937890')
build() {
cd "$srcdir/$pkgname-$pkgver"