summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Moore2017-10-10 04:33:15 +0000
committerMatt Moore2017-10-10 04:33:15 +0000
commit159d75c18dd6f561d0b0c1671fdfa896f9a8aa73 (patch)
tree1925bc09540a4fd4cb05b28183655a841f70b332
parentcd29a27327be671a9d0ab73e78d78c0928054cfc (diff)
downloadaur-159d75c18dd6f561d0b0c1671fdfa896f9a8aa73.tar.gz
Release 0.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2626506169ab..fc946c38a102 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.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://github.com/mattmoore/photon
arch = x86_64
license = unknown
- source = https://github.com/mattmoore/photon/releases/download/0.1.4/photon_0.1.4-1_linux_x86_64.tar.xz
- sha256sums = 5ae5020bc5325bfb72d6bca52a581ccaf80f355f66b38a0b848f3148ce603a11
+ source = https://github.com/mattmoore/photon/releases/download/0.1.5/photon_0.1.5-1_linux_x86_64.tar.xz
+ sha256sums = 0627970d15487883a19b41ab3374e13574bd73b2675229519d412a99163949fb
pkgname = photon
diff --git a/PKGBUILD b/PKGBUILD
index 107d2e7899bd..8f6ec7c5858b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matt Moore <mattmoore@carbonhelix.com>
pkgname="photon"
-pkgver=0.1.4
+pkgver=0.1.5
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=("5ae5020bc5325bfb72d6bca52a581ccaf80f355f66b38a0b848f3148ce603a11")
+sha256sums=("0627970d15487883a19b41ab3374e13574bd73b2675229519d412a99163949fb")
validpgpkeys=()
package() {