summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwido2016-12-03 15:16:15 +0100
committerwido2016-12-03 15:16:15 +0100
commitdfe128b5060306fe83f839111325aced1c5315cf (patch)
treef585b156d269c685584fca33210b6170bfc02f35
parente677741cc01dce81e2281bdbdd2bfa78e41dc9f3 (diff)
downloadaur-dfe128b5060306fe83f839111325aced1c5315cf.tar.gz
updated to 0.9.0
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de27eaeac2a3..9cd1afb9e52b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svfs
pkgdesc = The Swift Virtual File System for hubiC (ovh)
- pkgver = 0.8.2
+ pkgver = 0.9.0
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.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
+ 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
pkgname = svfs
diff --git a/PKGBUILD b/PKGBUILD
index 9666454e2850..4e3ec71fea6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Flow
pkgname=svfs
-pkgver=0.8.2
+pkgver=0.9.0
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=('89f6b95de82c3e3c96fd597186bb957e')
-md5sums_x86_64=('936c4ae60c6003451786a68681b627eb')
-md5sums_arm=('3633a687ae1ee51eda2018f5ba5d1776')
-md5sums_armv6h=('3633a687ae1ee51eda2018f5ba5d1776')
-md5sums_armv7h=('086b5b23b02eab5ad5776e58ef228f0d')
+md5sums_i686=('32a7b8a55845bf36b7d4f3ac08da5519')
+md5sums_x86_64=('6442e664408a3681b90f3ff123d93d53')
+md5sums_arm=('bb1505303d6b69bb620b851028f8fa3f')
+md5sums_armv6h=('bb1505303d6b69bb620b851028f8fa3f')
+md5sums_armv7h=('be4de18a38d8ed4c17e27a82ccec1741')
package() {
cd "${srcdir}"