summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwido2016-05-20 15:39:32 +0200
committerwido2016-05-20 15:39:32 +0200
commitaa16be479d6920063aaa76aea26d052e3e0bff79 (patch)
tree38d539284c8b9fd65d1d7c4a99fb8ebae12af76f
parentd0801faca891aaa1c8ef5f83e93dd3ff4ed47c63 (diff)
downloadaur-aa16be479d6920063aaa76aea26d052e3e0bff79.tar.gz
update to 0.6.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 530e49578bdb..e28aecf32daf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svfs
pkgdesc = The Swift Virtual File System for hubiC (ovh)
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/ovh/svfs
arch = i686
@@ -10,10 +10,10 @@ pkgbase = svfs
depends = ruby
provides = svfs
conflicts = svfs-git
- source_i686 = https://github.com/ovh/svfs/releases/download/v0.6.0/svfs_0.6.0_386.deb
- md5sums_i686 = bf22318beccc243a139de436064eb31d
- source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.6.0/svfs_0.6.0_amd64.deb
- md5sums_x86_64 = 9c4747e0c81f9e28025a3bbb5efeab26
+ source_i686 = https://github.com/ovh/svfs/releases/download/v0.6.1/svfs_0.6.1_386.deb
+ md5sums_i686 = f704fd90fb831f36211e1b7a0c766fcf
+ source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.6.1/svfs_0.6.1_amd64.deb
+ md5sums_x86_64 = dc74e47cdde5fb09c84ac25257d5016d
pkgname = svfs
diff --git a/PKGBUILD b/PKGBUILD
index 93e2b5acba02..9b396e367ca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Flow
pkgname=svfs
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="The Swift Virtual File System for hubiC (ovh)"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ depends=('fuse' 'ruby')
makedepends=()
source_x86_64=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgname}_${pkgver}_amd64.deb")
source_i686=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgname}_${pkgver}_386.deb")
-md5sums_i686=('bf22318beccc243a139de436064eb31d')
-md5sums_x86_64=('9c4747e0c81f9e28025a3bbb5efeab26')
+md5sums_i686=('f704fd90fb831f36211e1b7a0c766fcf')
+md5sums_x86_64=('dc74e47cdde5fb09c84ac25257d5016d')
package() {
cd "${srcdir}"