summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Moore2018-01-07 00:10:56 -0600
committerMatt Moore2018-01-07 00:11:19 -0600
commit4152acc24bd2c526086d6f2b4537d8dedcd74521 (patch)
tree8f714f3857494b6b360eaf177073bd6de259338c
parentb6285789f93fcd9b1789c4a70ddd5efb68519172 (diff)
downloadaur-4152acc24bd2c526086d6f2b4537d8dedcd74521.tar.gz
Release 0.1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea669a66c6a5..dcbca574b4d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = photon
pkgdesc = A command-line client utility, written in Haskell, similar to curl that also integrates API-Auth authentication for RESTable API endpoints.
- pkgver = 0.1.8
+ pkgver = 0.1.9
pkgrel = 1
url = https://github.com/mattmoore/photon
arch = x86_64
license = MIT
- source = https://github.com/mattmoore/photon/releases/download/0.1.8/photon_0.1.8-1_linux_x86_64.tar.xz
- sha256sums = db1ba629b03f4b93afd863e907dadf949056f196966578a15e3cf92f01659782
+ source = https://github.com/mattmoore/photon/releases/download/0.1.9/photon_0.1.9-1_linux_x86_64.tar.xz
+ sha256sums = 46bb71c5850b599a8edd83b8a79633b0619daedbc79ad7e71108030d88fa0ac8
pkgname = photon
diff --git a/PKGBUILD b/PKGBUILD
index a872f628b854..4cfd4636ae52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matt Moore <mattmoore@carbonhelix.com>
pkgname="photon"
-pkgver=0.1.8
+pkgver=0.1.9
pkgrel=1
epoch=
pkgdesc="A command-line client utility, written in Haskell, similar to curl that also integrates API-Auth authentication for RESTable API endpoints."
@@ -22,7 +22,7 @@ changelog=
_file="${pkgname}_${pkgver}-${pkgrel}_linux_${arch}"
source=("https://github.com/mattmoore/photon/releases/download/${pkgver}/${_file}.tar.xz")
noextract=()
-sha256sums=("db1ba629b03f4b93afd863e907dadf949056f196966578a15e3cf92f01659782")
+sha256sums=("46bb71c5850b599a8edd83b8a79633b0619daedbc79ad7e71108030d88fa0ac8")
validpgpkeys=()
package() {