summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Price2022-01-19 20:47:52 -0800
committerChristopher Price2022-01-19 20:47:52 -0800
commitcb014082937b164b57b857c160a5ec52a6e9d30d (patch)
tree359df6870104885a2afc33f1b15a11e28b8a0ad7
parent1a8ffbaca6036f282d25225171e619abc01a93be (diff)
downloadaur-cb014082937b164b57b857c160a5ec52a6e9d30d.tar.gz
Updated to latest release v0.7.27
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72ee1bba40d1..cfd9c5e17f86 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.7.26
- pkgrel = 2
+ pkgver = 0.7.27
+ pkgrel = 1
url = https://astrada.github.io/google-drive-ocamlfuse/
arch = x86_64
arch = i686
@@ -14,8 +14,8 @@ pkgbase = google-drive-ocamlfuse
makedepends = dune
makedepends = ocaml-ounit
options = staticlibs
- source = google-drive-ocamlfuse-0.7.26.tar.gz::https://github.com/astrada/google-drive-ocamlfuse/archive/v0.7.26.tar.gz
- sha256sums = 273b1bbc5fc8b98bdee659bd2e5e67ec35cdbd2a75a5f353ba58533cff937890
+ source = google-drive-ocamlfuse-0.7.27.tar.gz::https://github.com/astrada/google-drive-ocamlfuse/archive/v0.7.27.tar.gz
+ sha256sums = 15880680ec49e83252b6b1cdc128a8f58b157a62272a64f9d03acd03154e8efd
pkgname = google-drive-ocamlfuse
diff --git a/PKGBUILD b/PKGBUILD
index 3035db3d08bf..e432fa6a66f1 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.7.26
-pkgrel=2
+pkgver=0.7.27
+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=("$pkgname-$pkgver.tar.gz::https://github.com/astrada/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('273b1bbc5fc8b98bdee659bd2e5e67ec35cdbd2a75a5f353ba58533cff937890')
+sha256sums=('15880680ec49e83252b6b1cdc128a8f58b157a62272a64f9d03acd03154e8efd')
build() {
cd ${srcdir}/${pkgname}-${pkgver}