summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2018-05-06 00:26:23 +0200
committerAlexander F Rødseth2018-05-06 00:26:23 +0200
commit775404e89f0c0000876d987772e5f009373a0e91 (patch)
tree49b75e8e3030f8110f1d149af6cc1fa713cefc31
parent43c59da547ee10018c3ccee81b3faa1a629843c5 (diff)
downloadaur-775404e89f0c0000876d987772e5f009373a0e91.tar.gz
Upgrade to 1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d77a72432c6d..370d64e353dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat May 5 22:14:12 UTC 2018
+# Sat May 5 22:26:10 UTC 2018
pkgbase = in
pkgdesc = Run a command in a given directory
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/xyproto/in
arch = x86_64
license = MIT
makedepends = go
- source = https://github.com/xyproto/in/releases/download/1.1/in-1.1.tar.gz
- sha256sums = b9bea33a0fee3c7c02a6cf0ca0acdd46a42194cbf4d72a3850d1b004f8799d9f
+ source = https://github.com/xyproto/in/releases/download/1.2/in-1.2.tar.gz
+ sha256sums = 98f8cd8f55c492f4bc2af67cdab2aa6e1d12bb6d5c4b815ace7e7cd8e8164fd6
pkgname = in
diff --git a/PKGBUILD b/PKGBUILD
index 13e367916e66..9c6421b7c7c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=in
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc='Run a command in a given directory'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/xyproto/in'
license=('MIT')
makedepends=('go')
source=("https://github.com/xyproto/in/releases/download/$pkgver/in-$pkgver.tar.gz")
-sha256sums=('b9bea33a0fee3c7c02a6cf0ca0acdd46a42194cbf4d72a3850d1b004f8799d9f')
+sha256sums=('98f8cd8f55c492f4bc2af67cdab2aa6e1d12bb6d5c4b815ace7e7cd8e8164fd6')
build() {
cd "$pkgname-$pkgver"