summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwido2016-09-05 11:28:38 +0200
committerwido2016-09-05 11:28:38 +0200
commit6ae9f956e6f26f4c23f3b888c0f39ec529ff44cd (patch)
tree7c0b5692206c80336999d022f7bd8233898e9d5e
parent7ac16e81060978db19a47fd2326b8ff4153fe9b6 (diff)
downloadaur-6ae9f956e6f26f4c23f3b888c0f39ec529ff44cd.tar.gz
updated top 0.8.0
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a63909e78c1f..8fbb34ada58c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svfs
pkgdesc = The Swift Virtual File System for hubiC (ovh)
- pkgver = 0.7.4
+ pkgver = 0.8.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.7.4/svfs_0.7.4_386.deb
- md5sums_i686 = 2236720f4a4222110307cb43e16cf6cd
- source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.7.4/svfs_0.7.4_amd64.deb
- md5sums_x86_64 = b812a2aba12a9391d51dd7e7ab3b4d69
- source_arm = https://github.com/ovh/svfs/releases/download/v0.7.4/svfs_0.7.4_armel.deb
- md5sums_arm = e6ec17e77902a6daf5e85eb94fa00ba6
- source_armv6h = https://github.com/ovh/svfs/releases/download/v0.7.4/svfs_0.7.4_armel.deb
- md5sums_armv6h = e6ec17e77902a6daf5e85eb94fa00ba6
- source_armv7h = https://github.com/ovh/svfs/releases/download/v0.7.4/svfs_0.7.4_armel.deb
- md5sums_armv7h = e6ec17e77902a6daf5e85eb94fa00ba6
+ 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
pkgname = svfs
diff --git a/PKGBUILD b/PKGBUILD
index 95282862e824..db0721a02b60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Flow
pkgname=svfs
-pkgver=0.7.4
+pkgver=0.8.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}_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=('2236720f4a4222110307cb43e16cf6cd')
-md5sums_x86_64=('b812a2aba12a9391d51dd7e7ab3b4d69')
-md5sums_arm=('e6ec17e77902a6daf5e85eb94fa00ba6')
-md5sums_armv6h=('e6ec17e77902a6daf5e85eb94fa00ba6')
-md5sums_armv7h=('e6ec17e77902a6daf5e85eb94fa00ba6')
+md5sums_i686=('0980cb3fc09ca6e5ad2fa4f4fdad9015')
+md5sums_x86_64=('e71c22886c7d58fbc5f16ac85c042e6c')
+md5sums_arm=('74815b182ceda0616b5ac6ba8e0623b6')
+md5sums_armv6h=('74815b182ceda0616b5ac6ba8e0623b6')
+md5sums_armv7h=('74815b182ceda0616b5ac6ba8e0623b6')
package() {
cd "${srcdir}"