summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCooper Paul EdenDay2017-05-28 02:47:00 -0400
committerCooper Paul EdenDay2017-05-28 02:47:00 -0400
commitf80f813f6b28bd97ca7f7eab653d51a93af15492 (patch)
treeecb8d6e0bfc30f5a5249d0e34ee6fbe630f99f8a
parent2620d0fff0b85f60aae2adcf25a0db46971ffe4e (diff)
downloadaur-f80f813f6b28bd97ca7f7eab653d51a93af15492.tar.gz
v0.1.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbc93afa5ab0..792ea023623c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sun May 28 03:48:55 UTC 2017
+# Sun May 28 06:46:56 UTC 2017
pkgbase = rshare
pkgdesc = A file sharing program written in Rust.
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://github.com/cedenday/rshare
arch = x86_64
license = GPL3
- source = https://github.com/cedenday/rshare/releases/download/v0.1.4/rshare-v0.1.4--unknown-linux-musl
- source = https://github.com/cedenday/rshare/releases/download/v0.1.4/rshare-v0.1.4--unknown-linux-musl.asc
- sha256sums = 43863720464e6a4366ffe992ddeaa298555f22ca1d171c35e21f582b1d4638a2
+ source = https://github.com/cedenday/rshare/releases/download/v0.1.5/rshare-v0.1.5--unknown-linux-musl
+ source = https://github.com/cedenday/rshare/releases/download/v0.1.5/rshare-v0.1.5--unknown-linux-musl.asc
+ sha256sums = bd2805940001666244e64f7c6b8b5428432ef16f97c3a0ac708b08af6d09ee8b
sha256sums = SKIP
pkgname = rshare
diff --git a/PKGBUILD b/PKGBUILD
index fc5e478ea1a1..c331d5ffebe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#@IgnoreInspection BashAddShebang
# Maintainer: Cooper Paul EdenDay <cedenday@protonmail.com>
pkgname=rshare
-pkgver=0.1.4
+pkgver=0.1.5
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=('43863720464e6a4366ffe992ddeaa298555f22ca1d171c35e21f582b1d4638a2'
+sha256sums=('bd2805940001666244e64f7c6b8b5428432ef16f97c3a0ac708b08af6d09ee8b'
'SKIP')
build() {