summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Martin2018-02-23 21:42:17 +0100
committerTobias Martin2018-02-23 21:42:17 +0100
commitcfbade3c99e30925f74cb36feac61855fe07032b (patch)
tree2c3243b12489b7235dbd30d6f3c38012917ca885
parent4a231211e50a612f72817f80199fd33502cbaa01 (diff)
downloadaur-cfbade3c99e30925f74cb36feac61855fe07032b.tar.gz
bumped version to 1.4.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 186682561108..9f97f643a9c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = fritzctl
pkgdesc = A lightweight, easy to use console client for the AVM FRITZ!Box Home Automation.
- pkgver = 1.4.18
+ pkgver = 1.4.19
pkgrel = 1
url = https://github.com/bpicode/fritzctl
arch = x86_64
license = MIT
makedepends = go
options = !strip
- source = https://github.com/bpicode/fritzctl/archive/v1.4.18.tar.gz
- sha256sums = 97d1239eaac38de3f226704374f8384a7c3335a3ad4a1a21b44a8ee213f4847e
+ source = https://github.com/bpicode/fritzctl/archive/v1.4.19.tar.gz
+ sha256sums = 6bc48a08f3dc258d9c2acf68e7dd63e9e6808f37297fd02401bee1772a53cbbe
pkgname = fritzctl
diff --git a/PKGBUILD b/PKGBUILD
index c54bb4eb8c00..d5b4160fb74d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tobias Martin <tm-x at gmx dot net>
pkgname=fritzctl
-pkgver=1.4.18
+pkgver=1.4.19
pkgrel=1
pkgdesc="A lightweight, easy to use console client for the AVM FRITZ!Box Home Automation."
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('go')
options=('!strip')
source=("https://github.com/bpicode/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('97d1239eaac38de3f226704374f8384a7c3335a3ad4a1a21b44a8ee213f4847e')
+sha256sums=('6bc48a08f3dc258d9c2acf68e7dd63e9e6808f37297fd02401bee1772a53cbbe')
prepare() {
mkdir -p "${srcdir}/src/github.com/bpicode/"