summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwido2016-07-03 00:56:31 +0200
committerwido2016-07-03 00:56:31 +0200
commit4c825327ae8782267fbbca6a2885faa759774b6f (patch)
treeed24a5de8578e71a7b015ce1aef9f68b2cc3dd6b
parent468f8b727be0e67e7e49c13b52f528dfcb17c35c (diff)
downloadaur-4c825327ae8782267fbbca6a2885faa759774b6f.tar.gz
updated to 0.7.2
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba31b1a93368..142b738dcd4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svfs
pkgdesc = The Swift Virtual File System for hubiC (ovh)
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://github.com/ovh/svfs
arch = i686
@@ -13,16 +13,16 @@ pkgbase = svfs
depends = ruby
provides = svfs
conflicts = svfs-git
- source_i686 = https://github.com/ovh/svfs/releases/download/v0.7.1/svfs_0.7.1_386.deb
- md5sums_i686 = c88d7ece9684a41333dd7bbed3922b65
- source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.7.1/svfs_0.7.1_amd64.deb
- md5sums_x86_64 = 2415a33c10ffed7f8897c2ee7c6de4bd
- source_arm = https://github.com/ovh/svfs/releases/download/v0.7.1/svfs_0.7.1_armel.deb
- md5sums_arm = 4e8ab3490fd6640aa77047d755c79899
- source_armv6h = https://github.com/ovh/svfs/releases/download/v0.7.1/svfs_0.7.1_armel.deb
- md5sums_armv6h = 4e8ab3490fd6640aa77047d755c79899
- source_armv7h = https://github.com/ovh/svfs/releases/download/v0.7.1/svfs_0.7.1_armel.deb
- md5sums_armv7h = 4e8ab3490fd6640aa77047d755c79899
+ source_i686 = https://github.com/ovh/svfs/releases/download/v0.7.2/svfs_0.7.2_386.deb
+ md5sums_i686 = 5e3a9882e29cad5caa95b7b3b6e320ea
+ source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.7.2/svfs_0.7.2_amd64.deb
+ md5sums_x86_64 = d9d5cbad822a56ade569f3d2ca7d4520
+ source_arm = https://github.com/ovh/svfs/releases/download/v0.7.2/svfs_0.7.2_armel.deb
+ md5sums_arm = e7aaae00037b85570b10dd48a65e158c
+ source_armv6h = https://github.com/ovh/svfs/releases/download/v0.7.2/svfs_0.7.2_armel.deb
+ md5sums_armv6h = e7aaae00037b85570b10dd48a65e158c
+ source_armv7h = https://github.com/ovh/svfs/releases/download/v0.7.2/svfs_0.7.2_armel.deb
+ md5sums_armv7h = e7aaae00037b85570b10dd48a65e158c
pkgname = svfs
diff --git a/PKGBUILD b/PKGBUILD
index abd56f10e0e6..e8904b46331f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Flow
pkgname=svfs
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="The Swift Virtual File System for hubiC (ovh)"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -16,11 +16,11 @@ source_armv6h=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgna
source_armv7h=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgname}_${pkgver}_armel.deb")
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=('c88d7ece9684a41333dd7bbed3922b65')
-md5sums_x86_64=('2415a33c10ffed7f8897c2ee7c6de4bd')
-md5sums_arm=('4e8ab3490fd6640aa77047d755c79899')
-md5sums_armv6h=('4e8ab3490fd6640aa77047d755c79899')
-md5sums_armv7h=('4e8ab3490fd6640aa77047d755c79899')
+md5sums_i686=('5e3a9882e29cad5caa95b7b3b6e320ea')
+md5sums_x86_64=('d9d5cbad822a56ade569f3d2ca7d4520')
+md5sums_arm=('e7aaae00037b85570b10dd48a65e158c')
+md5sums_armv6h=('e7aaae00037b85570b10dd48a65e158c')
+md5sums_armv7h=('e7aaae00037b85570b10dd48a65e158c')
package() {
cd "${srcdir}"