summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Price2024-03-24 18:20:49 -0700
committerChristopher Price2024-03-24 18:20:49 -0700
commitb81c7f45a0b36a65aca1f60bba5c9bccdbf3aad2 (patch)
tree32c72d9332ddd2db79cc2d16e75d832ee6d46d86
parentf24b2079d2470a05256bc84bba0305689caaaade (diff)
downloadaur-b81c7f45a0b36a65aca1f60bba5c9bccdbf3aad2.tar.gz
0.7.32
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daef36c5de04..089b9d2ad85c 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.31
+ pkgver = 0.7.32
pkgrel = 1
url = https://astrada.github.io/google-drive-ocamlfuse/
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = google-drive-ocamlfuse
depends = tiny_httpd>=0.6
options = !strip
options = staticlibs
- source = google-drive-ocamlfuse-0.7.31.tar.gz::https://github.com/astrada/google-drive-ocamlfuse/archive/v0.7.31.tar.gz
+ source = google-drive-ocamlfuse-0.7.32.tar.gz::https://github.com/astrada/google-drive-ocamlfuse/archive/v0.7.32.tar.gz
sha256sums = c0a7012f07553b837c74b8373a6a80aa856c20d2fb0432dc464cff3a384e4c9e
pkgname = google-drive-ocamlfuse
diff --git a/PKGBUILD b/PKGBUILD
index 8a75e80d67d5..c4ffd5bf3484 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.31
+pkgver=0.7.32
pkgrel=1
pkgdesc='FUSE-based file system backed by Google Drive, written in OCaml'
arch=('x86_64')
@@ -22,7 +22,7 @@ makedepends=(
)
options=('!strip' 'staticlibs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/astrada/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('c0a7012f07553b837c74b8373a6a80aa856c20d2fb0432dc464cff3a384e4c9e')
+sha256sums=('d0057b72a80388c56d855d6fc088c33dd185f83e56678340a7fbfd05cae1d0c8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"