summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2016-06-19 21:06:20 -0600
committerJavier Tiá2016-06-19 21:06:20 -0600
commit1dd9334f5fd18431e480d0c66190c656dabc9bac (patch)
treebaccd94db6d15972263f0162817986dde23b63a4
parentd0aaeb8f214a703184c5527cca56455c5603fd0e (diff)
downloadaur-1dd9334f5fd18431e480d0c66190c656dabc9bac.tar.gz
Bump up pipethis 0.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de0489a17cdc..a976877ce59f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 19 19:17:00 UTC 2016
+# Mon Jun 20 03:04:37 UTC 2016
pkgbase = pipethis
pkgdesc = Replace your $(curl | sh) installers
- pkgver = 0.5
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/ellotheth/pipethis
arch = i686
@@ -12,8 +12,8 @@ pkgbase = pipethis
makedepends = git
options = !strip
options = !emptydirs
- source = https://github.com/ellotheth/pipethis/archive/v0.5.tar.gz
- sha256sums = f9922b387fd4e2ae7025afe2d77d865ead6f1ab1d8f47beccd26146792e6d9d8
+ source = https://github.com/ellotheth/pipethis/archive/v0.5.1.tar.gz
+ sha256sums = 8d3d4d60277b806d4014c69cd04143bf63f716695200d7c66a1e12b3552df8b1
pkgname = pipethis
diff --git a/PKGBUILD b/PKGBUILD
index a1c7921bb51b..53829f3dbf91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Tiá <javier dot tia at gmail dot com>
pkgname=pipethis
-pkgver=0.5
+pkgver=0.5.1
pkgrel=1
pkgdesc='Replace your $(curl | sh) installers'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL2')
makedepends=('go' 'git')
options=('!strip' '!emptydirs')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('f9922b387fd4e2ae7025afe2d77d865ead6f1ab1d8f47beccd26146792e6d9d8')
+sha256sums=('8d3d4d60277b806d4014c69cd04143bf63f716695200d7c66a1e12b3552df8b1')
_gourl=github.com/ellotheth/pipethis
build() {