summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCooper Paul EdenDay2017-06-05 14:13:56 -0400
committerCooper Paul EdenDay2017-06-05 14:13:56 -0400
commit70a4dd232326feeda7fea0a03d086155805c8690 (patch)
tree08337a9730afa74ec4a28d6f7ede10eab6c55475
parentba164b62b45c32642f1ae1638f11a30eebc754ac (diff)
downloadaur-70a4dd232326feeda7fea0a03d086155805c8690.tar.gz
v0.1.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d9464da2445..146db5c5c6a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Jun 4 21:03:13 UTC 2017
+# Mon Jun 5 18:13:54 UTC 2017
pkgbase = rshare
pkgdesc = A file sharing program written in Rust.
- pkgver = 0.1.10
+ pkgver = 0.1.11
pkgrel = 1
url = https://github.com/cedenday/rshare
arch = x86_64
license = GPL3
- source = https://github.com/cedenday/rshare/releases/download/v0.1.10/rshare-v0.1.10--unknown-linux-musl
- source = https://github.com/cedenday/rshare/releases/download/v0.1.10/rshare-v0.1.10--unknown-linux-musl.asc
- sha256sums = c6f50817f91580d945fd494004943b2cc21b607569121c757c76c3c346e84578
+ source = https://github.com/cedenday/rshare/releases/download/v0.1.11/rshare-v0.1.11--unknown-linux-musl
+ source = https://github.com/cedenday/rshare/releases/download/v0.1.11/rshare-v0.1.11--unknown-linux-musl.asc
+ sha256sums = 3f64a8c17347221cbcb2a7ec6c545a11eaab769f0d90eb91ed4c8d8285d7f863
sha256sums = SKIP
pkgname = rshare
diff --git a/PKGBUILD b/PKGBUILD
index b066a9abc191..72dea8656d8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#@IgnoreInspection BashAddShebang
# Maintainer: Cooper Paul EdenDay <cedenday@protonmail.com>
pkgname=rshare
-pkgver=0.1.10
+pkgver=0.1.11
pkgrel=1
pkgdesc='A file sharing program written in Rust.'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/cedenday/rshare'
license=('GPL3')
source=("https://github.com/cedenday/rshare/releases/download/v$pkgver/rshare-v$pkgver-$CARCH-unknown-linux-musl"{,.asc})
validpgpkeys=('BDB3F8A842A1656CC10B5CD9EE3B8B8C88FC7275')
-sha256sums=('c6f50817f91580d945fd494004943b2cc21b607569121c757c76c3c346e84578'
+sha256sums=('3f64a8c17347221cbcb2a7ec6c545a11eaab769f0d90eb91ed4c8d8285d7f863'
'SKIP')
build() {