summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwido2016-05-02 22:50:51 +0200
committerwido2016-05-02 22:50:51 +0200
commitd0801faca891aaa1c8ef5f83e93dd3ff4ed47c63 (patch)
tree3c9b7283f7598b7e8a5444a6b68e0ff3b0f023e4
parent734ea66a6b56fce17d17258026a3a358c3e73f3a (diff)
downloadaur-d0801faca891aaa1c8ef5f83e93dd3ff4ed47c63.tar.gz
update to 0.6.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49ac9ef15f48..530e49578bdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svfs
pkgdesc = The Swift Virtual File System for hubiC (ovh)
- pkgver = 0.5.2
+ pkgver = 0.6.0
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.5.2/svfs_0.5.2_386.deb
- md5sums_i686 = 2ca3f2490a18ffabb98fb4632d5cb533
- source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.5.2/svfs_0.5.2_amd64.deb
- md5sums_x86_64 = 135c4836c4b8e4033b341e46df231a4f
+ 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
pkgname = svfs
diff --git a/PKGBUILD b/PKGBUILD
index fa1b338475c1..93e2b5acba02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Flow
pkgname=svfs
-pkgver=0.5.2
+pkgver=0.6.0
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=('2ca3f2490a18ffabb98fb4632d5cb533')
-md5sums_x86_64=('135c4836c4b8e4033b341e46df231a4f')
+md5sums_i686=('bf22318beccc243a139de436064eb31d')
+md5sums_x86_64=('9c4747e0c81f9e28025a3bbb5efeab26')
package() {
cd "${srcdir}"