summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCooper Paul EdenDay2017-06-06 16:28:00 -0400
committerCooper Paul EdenDay2017-06-06 16:28:00 -0400
commit1783e98105147e018f41aec4376e5b255a057c3c (patch)
treecbf607988d5e2703417c7552b95dcab731473d64
parent70a4dd232326feeda7fea0a03d086155805c8690 (diff)
downloadaur-1783e98105147e018f41aec4376e5b255a057c3c.tar.gz
v0.1.12
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 146db5c5c6a7..b4b1346042a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Jun 5 18:13:54 UTC 2017
+# Tue Jun 6 20:27:58 UTC 2017
pkgbase = rshare
pkgdesc = A file sharing program written in Rust.
- pkgver = 0.1.11
+ pkgver = 0.1.12
pkgrel = 1
url = https://github.com/cedenday/rshare
arch = x86_64
license = GPL3
- 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
+ source = https://github.com/cedenday/rshare/releases/download/v0.1.12/rshare-v0.1.12--unknown-linux-musl
+ source = https://github.com/cedenday/rshare/releases/download/v0.1.12/rshare-v0.1.12--unknown-linux-musl.asc
+ sha256sums = ad879d1c815276db57d85b6704a7a7b72e4ed28778e1876042b3c79d585e2c07
sha256sums = SKIP
pkgname = rshare
diff --git a/PKGBUILD b/PKGBUILD
index 72dea8656d8f..742f6f186f9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#@IgnoreInspection BashAddShebang
# Maintainer: Cooper Paul EdenDay <cedenday@protonmail.com>
pkgname=rshare
-pkgver=0.1.11
+pkgver=0.1.12
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=('3f64a8c17347221cbcb2a7ec6c545a11eaab769f0d90eb91ed4c8d8285d7f863'
+sha256sums=('ad879d1c815276db57d85b6704a7a7b72e4ed28778e1876042b3c79d585e2c07'
'SKIP')
build() {