summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwido2016-12-25 13:23:35 +0100
committerwido2016-12-25 13:23:35 +0100
commit928682b9681c13a3ea4dc3cdb019f5e2ba669406 (patch)
treed31c7c27b29a23a64f08474a79890680f7c1bb4b
parentdfe128b5060306fe83f839111325aced1c5315cf (diff)
downloadaur-928682b9681c13a3ea4dc3cdb019f5e2ba669406.tar.gz
updated to 0.9.1
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cd1afb9e52b..7f5eeb682067 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svfs
pkgdesc = The Swift Virtual File System for hubiC (ovh)
- pkgver = 0.9.0
+ pkgver = 0.9.1
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.9.0/svfs_0.9.0_i386.deb
- md5sums_i686 = 32a7b8a55845bf36b7d4f3ac08da5519
- source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.9.0/svfs_0.9.0_amd64.deb
- md5sums_x86_64 = 6442e664408a3681b90f3ff123d93d53
- source_arm = https://github.com/ovh/svfs/releases/download/v0.9.0/svfs_0.9.0_armel.deb
- md5sums_arm = bb1505303d6b69bb620b851028f8fa3f
- source_armv6h = https://github.com/ovh/svfs/releases/download/v0.9.0/svfs_0.9.0_armel.deb
- md5sums_armv6h = bb1505303d6b69bb620b851028f8fa3f
- source_armv7h = https://github.com/ovh/svfs/releases/download/v0.9.0/svfs_0.9.0_armhf.deb
- md5sums_armv7h = be4de18a38d8ed4c17e27a82ccec1741
+ source_i686 = https://github.com/ovh/svfs/releases/download/v0.9.1/svfs_0.9.1_i386.deb
+ md5sums_i686 = d76920a71a5ea64c6871997379a1abc2
+ source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.9.1/svfs_0.9.1_amd64.deb
+ md5sums_x86_64 = d57278eeb79b9a78362c1b4745e184ea
+ source_arm = https://github.com/ovh/svfs/releases/download/v0.9.1/svfs_0.9.1_armel.deb
+ md5sums_arm = 414b697decc71e43ca35e35205fcf14c
+ source_armv6h = https://github.com/ovh/svfs/releases/download/v0.9.1/svfs_0.9.1_armel.deb
+ md5sums_armv6h = 414b697decc71e43ca35e35205fcf14c
+ source_armv7h = https://github.com/ovh/svfs/releases/download/v0.9.1/svfs_0.9.1_armhf.deb
+ md5sums_armv7h = 7a22dce7d7b821a08f0e1bcb21fd51f3
pkgname = svfs
diff --git a/PKGBUILD b/PKGBUILD
index 4e3ec71fea6a..e9b714263a77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Flow
pkgname=svfs
-pkgver=0.9.0
+pkgver=0.9.1
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}_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}_i386.deb")
-md5sums_i686=('32a7b8a55845bf36b7d4f3ac08da5519')
-md5sums_x86_64=('6442e664408a3681b90f3ff123d93d53')
-md5sums_arm=('bb1505303d6b69bb620b851028f8fa3f')
-md5sums_armv6h=('bb1505303d6b69bb620b851028f8fa3f')
-md5sums_armv7h=('be4de18a38d8ed4c17e27a82ccec1741')
+md5sums_i686=('d76920a71a5ea64c6871997379a1abc2')
+md5sums_x86_64=('d57278eeb79b9a78362c1b4745e184ea')
+md5sums_arm=('414b697decc71e43ca35e35205fcf14c')
+md5sums_armv6h=('414b697decc71e43ca35e35205fcf14c')
+md5sums_armv7h=('7a22dce7d7b821a08f0e1bcb21fd51f3')
package() {
cd "${srcdir}"