summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Muscariello2018-01-13 23:52:23 +0100
committerFabian Muscariello2018-01-13 23:52:23 +0100
commita25f36edabaa32ad611c2c9b5420d0b4e68a6bd4 (patch)
treecfc86438adc47d27ee7c60ee09576e75679e5a38
parent9718ebc229e9210cb08afd5a1b0b78beb23d1092 (diff)
downloadaur-a25f36edabaa32ad611c2c9b5420d0b4e68a6bd4.tar.gz
Bump version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b75e3551aa8..2489fbde4bd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waitforfile
pkgdesc = Wait until the given file exists
- pkgver = 0.1.6
+ pkgver = 0.1.7
pkgrel = 1
url = https://github.com/nroi/waitforfile
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = waitforfile
license = MIT
source = https://raw.githubusercontent.com/nroi/waitforfile/master/LICENSE
sha256sums = ea5ae48090d056687e6cd7aee08077128e2e217a4708470a4997c606c7fc1157
- source_x86_64 = https://github.com/nroi/waitforfile/releases/download/v0.1.6/waitforfile-v0.1.6-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = f5096afac172736910f0a8e80419709a16fb3c357ff44db4f0bc57d9ef05facc
- source_armv7h = https://github.com/nroi/waitforfile/releases/download/v0.1.6/waitforfile-v0.1.6-armv7-unknown-linux-gnueabihf.tar.gz
- sha256sums_armv7h = 4f132eacf06c87c89f93e5dcb5c1c1ff3d694d0d233f535f6c2efdb92e0c6afc
+ source_x86_64 = https://github.com/nroi/waitforfile/releases/download/v0.1.7/waitforfile-v0.1.7-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = 544e6545b40c3b823c7fc0e1303c93bb7050270fccd7a391a8df63bd8113d0f0
+ source_armv7h = https://github.com/nroi/waitforfile/releases/download/v0.1.7/waitforfile-v0.1.7-armv7-unknown-linux-gnueabihf.tar.gz
+ sha256sums_armv7h = 237dd158755f10bc739e8a1536fabe83697c27639a67a959c1f57a3cc56d6ebf
pkgname = waitforfile
diff --git a/PKGBUILD b/PKGBUILD
index fc214085f079..28b5dba0d0ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: nroi <nroi@mailbox.org>
pkgname=waitforfile
-pkgver=0.1.6
+pkgver=0.1.7
pkgrel=1
epoch=
pkgdesc="Wait until the given file exists"
@@ -12,8 +12,8 @@ source=("https://raw.githubusercontent.com/nroi/${pkgname}/master/LICENSE")
source_x86_64+=("https://github.com/nroi/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
source_armv7h+=("https://github.com/nroi/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}-armv7-unknown-linux-gnueabihf.tar.gz")
sha256sums=('ea5ae48090d056687e6cd7aee08077128e2e217a4708470a4997c606c7fc1157')
-sha256sums_x86_64+=('f5096afac172736910f0a8e80419709a16fb3c357ff44db4f0bc57d9ef05facc')
-sha256sums_armv7h+=('4f132eacf06c87c89f93e5dcb5c1c1ff3d694d0d233f535f6c2efdb92e0c6afc')
+sha256sums_x86_64+=('544e6545b40c3b823c7fc0e1303c93bb7050270fccd7a391a8df63bd8113d0f0')
+sha256sums_armv7h+=('237dd158755f10bc739e8a1536fabe83697c27639a67a959c1f57a3cc56d6ebf')
package() {
install -Dm755 waitforfile "${pkgdir}/usr/bin/waitforfile"