summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwido2016-10-02 15:08:20 +0200
committerwido2016-10-02 15:08:20 +0200
commite677741cc01dce81e2281bdbdd2bfa78e41dc9f3 (patch)
tree9e63c2c66e89cb160ad18ecb5ce357dde3a030f4
parent6ae9f956e6f26f4c23f3b888c0f39ec529ff44cd (diff)
downloadaur-e677741cc01dce81e2281bdbdd2bfa78e41dc9f3.tar.gz
updated to 0.8.2
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD16
2 files changed, 19 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fbb34ada58c..de27eaeac2a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svfs
pkgdesc = The Swift Virtual File System for hubiC (ovh)
- pkgver = 0.8.0
+ pkgver = 0.8.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.8.0/svfs_0.8.0_386.deb
- md5sums_i686 = 0980cb3fc09ca6e5ad2fa4f4fdad9015
- source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.8.0/svfs_0.8.0_amd64.deb
- md5sums_x86_64 = e71c22886c7d58fbc5f16ac85c042e6c
- source_arm = https://github.com/ovh/svfs/releases/download/v0.8.0/svfs_0.8.0_armel.deb
- md5sums_arm = 74815b182ceda0616b5ac6ba8e0623b6
- source_armv6h = https://github.com/ovh/svfs/releases/download/v0.8.0/svfs_0.8.0_armel.deb
- md5sums_armv6h = 74815b182ceda0616b5ac6ba8e0623b6
- source_armv7h = https://github.com/ovh/svfs/releases/download/v0.8.0/svfs_0.8.0_armel.deb
- md5sums_armv7h = 74815b182ceda0616b5ac6ba8e0623b6
+ source_i686 = https://github.com/ovh/svfs/releases/download/v0.8.2/svfs_0.8.2_i386.deb
+ md5sums_i686 = 89f6b95de82c3e3c96fd597186bb957e
+ source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.8.2/svfs_0.8.2_amd64.deb
+ md5sums_x86_64 = 936c4ae60c6003451786a68681b627eb
+ source_arm = https://github.com/ovh/svfs/releases/download/v0.8.2/svfs_0.8.2_armel.deb
+ md5sums_arm = 3633a687ae1ee51eda2018f5ba5d1776
+ source_armv6h = https://github.com/ovh/svfs/releases/download/v0.8.2/svfs_0.8.2_armel.deb
+ md5sums_armv6h = 3633a687ae1ee51eda2018f5ba5d1776
+ source_armv7h = https://github.com/ovh/svfs/releases/download/v0.8.2/svfs_0.8.2_armhf.deb
+ md5sums_armv7h = 086b5b23b02eab5ad5776e58ef228f0d
pkgname = svfs
diff --git a/PKGBUILD b/PKGBUILD
index db0721a02b60..9666454e2850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Flow
pkgname=svfs
-pkgver=0.8.0
+pkgver=0.8.2
pkgrel=1
pkgdesc="The Swift Virtual File System for hubiC (ovh)"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
@@ -13,14 +13,14 @@ depends=('fuse' 'ruby')
makedepends=()
source_arm=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgname}_${pkgver}_armel.deb")
source_armv6h=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgname}_${pkgver}_armel.deb")
-source_armv7h=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgname}_${pkgver}_armel.deb")
+source_armv7h=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgname}_${pkgver}_armhf.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=('0980cb3fc09ca6e5ad2fa4f4fdad9015')
-md5sums_x86_64=('e71c22886c7d58fbc5f16ac85c042e6c')
-md5sums_arm=('74815b182ceda0616b5ac6ba8e0623b6')
-md5sums_armv6h=('74815b182ceda0616b5ac6ba8e0623b6')
-md5sums_armv7h=('74815b182ceda0616b5ac6ba8e0623b6')
+source_i686=("https://github.com/ovh/svfs/releases/download/v${pkgver}/${pkgname}_${pkgver}_i386.deb")
+md5sums_i686=('89f6b95de82c3e3c96fd597186bb957e')
+md5sums_x86_64=('936c4ae60c6003451786a68681b627eb')
+md5sums_arm=('3633a687ae1ee51eda2018f5ba5d1776')
+md5sums_armv6h=('3633a687ae1ee51eda2018f5ba5d1776')
+md5sums_armv7h=('086b5b23b02eab5ad5776e58ef228f0d')
package() {
cd "${srcdir}"