summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic Egginton2021-07-28 02:14:26 +0100
committerDominic Egginton2021-07-28 02:14:26 +0100
commit9d4c69d4ea7b02941217e04dda5b7811cba54368 (patch)
treef8a2bcc3dbca2106f3449f890762ae0d06257d0e
parent54a4b829bcb56274e6a879b459821176f6250a7e (diff)
downloadaur-9d4c69d4ea7b02941217e04dda5b7811cba54368.tar.gz
update to 0.1.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bf285cf1c44..49d7a70f763c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = flip-bin
pkgdesc = Flip coins in your command line
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/dominicegginton/flip
arch = x86_64
license = MIT
provides = flip
conflicts = flip
- source = https://github.com/dominicegginton/flip/releases/download/0.1.3/flip
+ source = https://github.com/dominicegginton/flip/releases/download/0.1.4/flip
sha512sums = 408d51de7bfb384a09b82a0dd9f398e5492195bc8f12385586a5996aafa8d885ddd79d286c9a0b4ffe65011db35d41693b73ce3e54f93bd2350a19f541c04bfc
pkgname = flip-bin
diff --git a/PKGBUILD b/PKGBUILD
index 114635ea8e07..a7ef323afb27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dominic Egginton <dominic.egginton@gmail.com>
pkgname=flip-bin
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="Flip coins in your command line"
arch=("x86_64")
@@ -8,7 +8,7 @@ url="https://github.com/dominicegginton/flip"
license=('MIT')
provides=(flip)
conflicts=(flip)
-source=(https://github.com/dominicegginton/flip/releases/download/0.1.3/flip)
+source=(https://github.com/dominicegginton/flip/releases/download/0.1.4/flip)
sha512sums=('408d51de7bfb384a09b82a0dd9f398e5492195bc8f12385586a5996aafa8d885ddd79d286c9a0b4ffe65011db35d41693b73ce3e54f93bd2350a19f541c04bfc')
package() {