summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCooper Paul EdenDay2017-05-31 00:57:19 -0400
committerCooper Paul EdenDay2017-05-31 00:57:19 -0400
commit64385235fca864ddd9eb64a2180236f0e6ca7012 (patch)
tree710a0c5d69e47676cea95dabccd8163d86ea5aa7
parent6122625c91ec776661a67ee3a19f9931242e5243 (diff)
downloadaur-64385235fca864ddd9eb64a2180236f0e6ca7012.tar.gz
v0.1.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42bc18de4627..7aee23b00bc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sun May 28 23:29:45 UTC 2017
+# Wed May 31 04:56:59 UTC 2017
pkgbase = rshare
pkgdesc = A file sharing program written in Rust.
- pkgver = 0.1.6
+ pkgver = 0.1.7
pkgrel = 1
url = https://github.com/cedenday/rshare
arch = x86_64
license = GPL3
- source = https://github.com/cedenday/rshare/releases/download/v0.1.6/rshare-v0.1.6--unknown-linux-musl
- source = https://github.com/cedenday/rshare/releases/download/v0.1.6/rshare-v0.1.6--unknown-linux-musl.asc
- sha256sums = c9d3526579495b856c678d44b8545b3b8b1414fcc26895ce22a57b2da3a39b16
+ source = https://github.com/cedenday/rshare/releases/download/v0.1.7/rshare-v0.1.7--unknown-linux-musl
+ source = https://github.com/cedenday/rshare/releases/download/v0.1.7/rshare-v0.1.7--unknown-linux-musl.asc
+ sha256sums = 021b665d9b1bc47e97cd86d4d4620d3b671c9a7d14e1f2c388dcac23c0a868ad
sha256sums = SKIP
pkgname = rshare
diff --git a/PKGBUILD b/PKGBUILD
index 26ef2e106bdc..c43fca730c5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#@IgnoreInspection BashAddShebang
# Maintainer: Cooper Paul EdenDay <cedenday@protonmail.com>
pkgname=rshare
-pkgver=0.1.6
+pkgver=0.1.7
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=('c9d3526579495b856c678d44b8545b3b8b1414fcc26895ce22a57b2da3a39b16'
+sha256sums=('021b665d9b1bc47e97cd86d4d4620d3b671c9a7d14e1f2c388dcac23c0a868ad'
'SKIP')
build() {