summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwido2016-04-18 23:02:19 +0200
committerwido2016-04-18 23:02:19 +0200
commit734ea66a6b56fce17d17258026a3a358c3e73f3a (patch)
treefa6c391af3c5ea873c9c3d2b9f03b6679b2d4117
parenta6fb09586417aaa24c77258408049bce4765bcfa (diff)
downloadaur-734ea66a6b56fce17d17258026a3a358c3e73f3a.tar.gz
updated
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc6d2152812f..49ac9ef15f48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svfs
pkgdesc = The Swift Virtual File System for hubiC (ovh)
- pkgver = 0.5.1
+ pkgver = 0.5.2
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.1/svfs_0.5.1_386.deb
- md5sums_i686 = eb07ec1aea5462db4fe19382e0fbf106
- source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.5.1/svfs_0.5.1_amd64.deb
- md5sums_x86_64 = 851ef4ccffa447de858350f7101c7852
+ 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
pkgname = svfs
diff --git a/PKGBUILD b/PKGBUILD
index 21c9012e86ee..fa1b338475c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Flow
pkgname=svfs
-pkgver=0.5.1
+pkgver=0.5.2
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=('eb07ec1aea5462db4fe19382e0fbf106')
-md5sums_x86_64=('851ef4ccffa447de858350f7101c7852')
+md5sums_i686=('2ca3f2490a18ffabb98fb4632d5cb533')
+md5sums_x86_64=('135c4836c4b8e4033b341e46df231a4f')
package() {
cd "${srcdir}"