summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2015-09-20 20:17:11 -0600
committerThayne McCombs2015-09-20 20:17:11 -0600
commitb7bcd88cf08790a3502bc6e88e6e8f3285233624 (patch)
tree1d866bb2f4ada89b73d90f7404e62edf58244fb2
parent1fcc2669a0e5dfd020712a733e56945adcaa5d33 (diff)
downloadaur-b7bcd88cf08790a3502bc6e88e6e8f3285233624.tar.gz
Update version to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dc23b055018..e9f25fac6d42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyperfs
pkgdesc = A simple HTTP static file server
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/tmccombs/hyperfs
arch = i386
@@ -9,8 +9,8 @@ pkgbase = hyperfs
makedepends = rust
makedepends = cargo
depends = gcc-libs
- source = https://github.com/bytecurry/hyperfs/archive/v1.0.0.tar.gz
- md5sums = ae47cd66acf76c1b24c90acc50724a89
+ source = https://github.com/bytecurry/hyperfs/archive/v1.1.0.tar.gz
+ md5sums = 6552d707616fe35f542c940e5900461e
pkgname = hyperfs
diff --git a/PKGBUILD b/PKGBUILD
index 03206a3b9720..b7c53bfc6a48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thayne McCombs <bytecurry.software@gmail.com>
pkgname=hyperfs
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="A simple HTTP static file server"
arch=('i386' 'x86_64')
@@ -10,7 +10,8 @@ depends=('gcc-libs')
makedepends=('rust' 'cargo')
provides=()
source=("https://github.com/bytecurry/hyperfs/archive/v$pkgver.tar.gz")
-md5sums=('ae47cd66acf76c1b24c90acc50724a89')
+md5sums=('6552d707616fe35f542c940e5900461e')
+
build() {