summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwido2016-06-01 22:10:56 +0200
committerwido2016-06-01 22:10:56 +0200
commita9ef383e21e95cdba35370ea45d93a7d8eaa15ab (patch)
tree2a5b6eaa6bf3184915896553f2fe6c4929be5857
parent8bbe822da89e1705506d07c5c35212974271215e (diff)
downloadaur-a9ef383e21e95cdba35370ea45d93a7d8eaa15ab.tar.gz
updated 0.6.3
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acbe573c8ac8..53dad55e48dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svfs
pkgdesc = The Swift Virtual File System for hubiC (ovh)
- pkgver = 0.6.2
+ pkgver = 0.6.3
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.6.2/svfs_0.6.2_386.deb
- md5sums_i686 = ad7aa63ad88447ca11b9835b554e0867
- source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.6.2/svfs_0.6.2_amd64.deb
- md5sums_x86_64 = 38cbb6ffbe90629746f31d27b71d1439
- source_arm = https://github.com/ovh/svfs/releases/download/v0.6.2/svfs_0.6.2_armel.deb
- md5sums_arm = e7e68fbef5c79277765f9616410efdbb
- source_armv6h = https://github.com/ovh/svfs/releases/download/v0.6.2/svfs_0.6.2_armel.deb
- md5sums_armv6h = e7e68fbef5c79277765f9616410efdbb
- source_armv7h = https://github.com/ovh/svfs/releases/download/v0.6.2/svfs_0.6.2_armel.deb
- md5sums_armv7h = e7e68fbef5c79277765f9616410efdbb
+ source_i686 = https://github.com/ovh/svfs/releases/download/v0.6.3/svfs_0.6.3_386.deb
+ md5sums_i686 = ec3f7cd21590e650af53cbb6d93d8c6d
+ source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.6.3/svfs_0.6.3_amd64.deb
+ md5sums_x86_64 = 581d67ee6a7464b1d112c0b6bfacef41
+ source_arm = https://github.com/ovh/svfs/releases/download/v0.6.3/svfs_0.6.3_armel.deb
+ md5sums_arm = 3f9f9de3553ead49794643432b38e56e
+ source_armv6h = https://github.com/ovh/svfs/releases/download/v0.6.3/svfs_0.6.3_armel.deb
+ md5sums_armv6h = 3f9f9de3553ead49794643432b38e56e
+ source_armv7h = https://github.com/ovh/svfs/releases/download/v0.6.3/svfs_0.6.3_armel.deb
+ md5sums_armv7h = 3f9f9de3553ead49794643432b38e56e
pkgname = svfs
diff --git a/PKGBUILD b/PKGBUILD
index b62fd25c5d18..3cf152f7a84e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Flow
pkgname=svfs
-pkgver=0.6.2
+pkgver=0.6.3
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_arm=('e7e68fbef5c79277765f9616410efdbb')
-md5sums_armv6h=('e7e68fbef5c79277765f9616410efdbb')
-md5sums_armv7h=('e7e68fbef5c79277765f9616410efdbb')
-md5sums_i686=('ad7aa63ad88447ca11b9835b554e0867')
-md5sums_x86_64=('38cbb6ffbe90629746f31d27b71d1439')
+md5sums_i686=('ec3f7cd21590e650af53cbb6d93d8c6d')
+md5sums_x86_64=('581d67ee6a7464b1d112c0b6bfacef41')
+md5sums_arm=('3f9f9de3553ead49794643432b38e56e')
+md5sums_armv6h=('3f9f9de3553ead49794643432b38e56e')
+md5sums_armv7h=('3f9f9de3553ead49794643432b38e56e')
package() {