summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCooper Paul EdenDay2017-06-10 18:00:02 -0400
committerCooper Paul EdenDay2017-06-10 18:00:02 -0400
commitebe2ba0ff8ef117e8c86c964b8c6fc5a853d9e77 (patch)
tree8956d19eb75a28811adc6be67c27c8e16d1641c2
parent8d8040ba25319500b65938483a05e9652db678c2 (diff)
downloadaur-ebe2ba0ff8ef117e8c86c964b8c6fc5a853d9e77.tar.gz
v0.1.16
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f8cfb0aefb6..e001bf76a8a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Jun 9 21:20:03 UTC 2017
+# Sat Jun 10 22:00:00 UTC 2017
pkgbase = rshare
pkgdesc = A file sharing program written in Rust.
- pkgver = 0.1.15
+ pkgver = 0.1.16
pkgrel = 1
url = https://github.com/cedenday/rshare
arch = x86_64
license = GPL3
- source = https://github.com/cedenday/rshare/releases/download/v0.1.15/rshare-v0.1.15--unknown-linux-musl
- source = https://github.com/cedenday/rshare/releases/download/v0.1.15/rshare-v0.1.15--unknown-linux-musl.asc
- sha256sums = e7ad1d4c41f8165e82aa8579d2c899e331bb4374009cc5bec9ef4376499b1e47
+ source = https://github.com/cedenday/rshare/releases/download/v0.1.16/rshare-v0.1.16--unknown-linux-musl
+ source = https://github.com/cedenday/rshare/releases/download/v0.1.16/rshare-v0.1.16--unknown-linux-musl.asc
+ sha256sums = 6015d02e7fd571bdfc8ea5cb21efcee6d37a018abf320b9d795ef204da8c5f01
sha256sums = SKIP
pkgname = rshare
diff --git a/PKGBUILD b/PKGBUILD
index c4827d7f064c..9bbc56e519ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#@IgnoreInspection BashAddShebang
# Maintainer: Cooper Paul EdenDay <cedenday@protonmail.com>
pkgname=rshare
-pkgver=0.1.15
+pkgver=0.1.16
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=('e7ad1d4c41f8165e82aa8579d2c899e331bb4374009cc5bec9ef4376499b1e47'
+sha256sums=('6015d02e7fd571bdfc8ea5cb21efcee6d37a018abf320b9d795ef204da8c5f01'
'SKIP')
build() {