summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2016-02-14 19:31:10 -0600
committerJavier Tiá2016-02-14 19:31:10 -0600
commit4b6e72c3d70fd96f7675ea5368160e128b05d0af (patch)
treefa19219ccf6046eca883af33550a25368d735b52
parent5e4ef7fc460a17897c4d153ec007148ef70bf06a (diff)
downloadaur-4b6e72c3d70fd96f7675ea5368160e128b05d0af.tar.gz
Bump up pipethis v0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee66f6b3e3bf..0e5c06a05024 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 9 02:01:56 UTC 2016
+# Mon Feb 15 01:30:51 UTC 2016
pkgbase = pipethis
pkgdesc = Replace your $(curl | sh) installers
- pkgver = 0.3
+ pkgver = 0.4
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.3.tar.gz
- sha256sums = 286233b84d4b236f42b0c8d3e322d872555dc7afc8ca719197de7bb8b909644d
+ source = https://github.com/ellotheth/pipethis/archive/v0.4.tar.gz
+ sha256sums = 77c0a5acc8893db0540907e6963c8ee52f82927861758e154c8e0455b99c4577
pkgname = pipethis
diff --git a/PKGBUILD b/PKGBUILD
index 3e4669e590f7..d8bebe83b7f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Tia <javier dot tia at gmail dot com>
pkgname=pipethis
-pkgver=0.3
+pkgver=0.4
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=('286233b84d4b236f42b0c8d3e322d872555dc7afc8ca719197de7bb8b909644d')
+sha256sums=('77c0a5acc8893db0540907e6963c8ee52f82927861758e154c8e0455b99c4577')
_gourl=github.com/ellotheth/pipethis
build() {