summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Moore2017-09-28 03:52:38 +0000
committerMatt Moore2017-09-28 03:52:38 +0000
commita304132722ce963a7da01d72574ff4babe9cdcbf (patch)
tree0205b9cb808e32e818a47dea0b9b9b65324b4cd7
parente5050b2043928c53cd60f3780b7b255b0afb8ad9 (diff)
downloadaur-a304132722ce963a7da01d72574ff4babe9cdcbf.tar.gz
Release 0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6f7de16a136..35ba72828f04 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.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/mattmoore/photon
arch = x86_64
license = unknown
- source = https://github.com/mattmoore/photon/releases/download/0.1.1/photon_0.1.1-1_linux_x86_64.tar.xz
- md5sums = 37e38fb8d27dfaf9d4f158da772ca354
+ source = https://github.com/mattmoore/photon/releases/download/0.1.2/photon_0.1.2-1_linux_x86_64.tar.xz
+ md5sums = ae6ca352842d16d30c1f5c16eda4c568
pkgname = photon
diff --git a/PKGBUILD b/PKGBUILD
index 24b2601f56eb..cdd67e97121e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matt Moore <mattmoore@carbonhelix.com>
pkgname="photon"
-pkgver=0.1.1
+pkgver=0.1.2
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=()
-md5sums=("37e38fb8d27dfaf9d4f158da772ca354")
+md5sums=("ae6ca352842d16d30c1f5c16eda4c568")
validpgpkeys=()
package() {