summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwido2016-08-13 15:11:30 +0200
committerwido2016-08-13 15:11:30 +0200
commit7ac16e81060978db19a47fd2326b8ff4153fe9b6 (patch)
tree0a86be9d4357e6753dbca0d66ce6a25c7078d5b6
parent68560e724e22b2e645a37a43bd864c19824c6d5e (diff)
downloadaur-7ac16e81060978db19a47fd2326b8ff4153fe9b6.tar.gz
updated to 0.7.4
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 010186ce8165..a63909e78c1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svfs
pkgdesc = The Swift Virtual File System for hubiC (ovh)
- pkgver = 0.7.3
+ pkgver = 0.7.4
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.3/svfs_0.7.3_386.deb
- md5sums_i686 = bb567afc23d3fbea7cb73ab162d3ce40
- source_x86_64 = https://github.com/ovh/svfs/releases/download/v0.7.3/svfs_0.7.3_amd64.deb
- md5sums_x86_64 = 94bd88b5e1537ded88217e3d4affc1b9
- source_arm = https://github.com/ovh/svfs/releases/download/v0.7.3/svfs_0.7.3_armel.deb
- md5sums_arm = 49855eae3577865b8011a7faf90c2390
- source_armv6h = https://github.com/ovh/svfs/releases/download/v0.7.3/svfs_0.7.3_armel.deb
- md5sums_armv6h = 49855eae3577865b8011a7faf90c2390
- source_armv7h = https://github.com/ovh/svfs/releases/download/v0.7.3/svfs_0.7.3_armel.deb
- md5sums_armv7h = 49855eae3577865b8011a7faf90c2390
+ 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
pkgname = svfs
diff --git a/PKGBUILD b/PKGBUILD
index 7839ab972c9e..95282862e824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Flow
pkgname=svfs
-pkgver=0.7.3
+pkgver=0.7.4
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=('bb567afc23d3fbea7cb73ab162d3ce40')
-md5sums_x86_64=('94bd88b5e1537ded88217e3d4affc1b9')
-md5sums_arm=('49855eae3577865b8011a7faf90c2390')
-md5sums_armv6h=('49855eae3577865b8011a7faf90c2390')
-md5sums_armv7h=('49855eae3577865b8011a7faf90c2390')
+md5sums_i686=('2236720f4a4222110307cb43e16cf6cd')
+md5sums_x86_64=('b812a2aba12a9391d51dd7e7ab3b4d69')
+md5sums_arm=('e6ec17e77902a6daf5e85eb94fa00ba6')
+md5sums_armv6h=('e6ec17e77902a6daf5e85eb94fa00ba6')
+md5sums_armv7h=('e6ec17e77902a6daf5e85eb94fa00ba6')
package() {
cd "${srcdir}"