summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2015-09-20 20:17:11 -0600
committerThayne McCombs2015-09-20 20:17:11 -0600
commitb7bcd88cf08790a3502bc6e88e6e8f3285233624 (patch)
tree1d866bb2f4ada89b73d90f7404e62edf58244fb2 /PKGBUILD
parent1fcc2669a0e5dfd020712a733e56945adcaa5d33 (diff)
downloadaur-b7bcd88cf08790a3502bc6e88e6e8f3285233624.tar.gz
Update version to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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() {