summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Moore2017-10-23 08:08:04 +0000
committerMatt Moore2017-10-23 08:08:04 +0000
commit6fa1ba0838c1f456cf37f4851329163fc55e60b6 (patch)
tree5b225376e8b6d3ae2b54df08dafcf4f079975aa9
parent8d106bd0c029797d80140a5ebef6fe4e33990021 (diff)
downloadaur-6fa1ba0838c1f456cf37f4851329163fc55e60b6.tar.gz
Release 0.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 083642a8d2ef..28c319d76d39 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.5
+ pkgver = 0.1.7
pkgrel = 1
url = https://github.com/mattmoore/photon
arch = x86_64
license = MIT
- source = https://github.com/mattmoore/photon/releases/download/0.1.5/photon_0.1.5-1_linux_x86_64.tar.xz
- sha256sums = 0627970d15487883a19b41ab3374e13574bd73b2675229519d412a99163949fb
+ source = https://github.com/mattmoore/photon/releases/download/0.1.7/photon_0.1.7-1_linux_x86_64.tar.xz
+ sha256sums = b65e5541cf91060a360812f0ad3eed5f86045603f19881448fa11c7b42d5f666
pkgname = photon
diff --git a/PKGBUILD b/PKGBUILD
index bdc406da07f8..08387b2a5843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matt Moore <mattmoore@carbonhelix.com>
pkgname="photon"
-pkgver=0.1.5
+pkgver=0.1.7
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=("0627970d15487883a19b41ab3374e13574bd73b2675229519d412a99163949fb")
+sha256sums=("b65e5541cf91060a360812f0ad3eed5f86045603f19881448fa11c7b42d5f666")
validpgpkeys=()
package() {