summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2021-03-27 20:40:12 -0400
committerChris Severance2021-03-27 20:40:12 -0400
commit77eb8a7e0f9fb82311aa63ec8ae3024011fd89e6 (patch)
tree798a5694af4e8ebe5d7887c38c964b62a3b636ad
parent11a1d3620a64e3b54eb3ef366860dd5d755f3e59 (diff)
downloadaur-77eb8a7e0f9fb82311aa63ec8ae3024011fd89e6.tar.gz
autu: Update to 1.0.14-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a9cf72925bb..af6507697130 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
-# Generated by mksrcinfo v8
-# Fri Sep 27 23:28:11 UTC 2019
pkgbase = lsm
pkgdesc = a Link Status Monitor which can be used to monitor for example a Linux router/firewall connectivity foolsm
- pkgver = 1.0.13
+ pkgver = 1.0.14
pkgrel = 1
url = https://lsm.foobar.fi/
arch = i686
arch = x86_64
license = GPL2
- source = https://lsm.foobar.fi//download/foolsm-1.0.13.tar.gz
- sha256sums = 4eeda0e666e8ee93aab9b9c6709e9695e042dc391fb0999280874c8a73bce476
+ source = https://lsm.foobar.fi//download/foolsm-1.0.14.tar.gz
+ md5sums = 8598bbc14796997aa2652cba1d19caae
+ sha256sums = 2ccaaee695e3cca8c7c3a58f6e258febfd0e1bbd3ed37183fed909a35b932b8b
pkgname = lsm
diff --git a/PKGBUILD b/PKGBUILD
index 4003d18e7270..dee70a4b95de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
set -u
_pkgname='foolsm'
pkgname='lsm'
-pkgver='1.0.13'
+pkgver='1.0.14'
pkgrel='1'
pkgdesc="a Link Status Monitor which can be used to monitor for example a Linux router/firewall connectivity ${_pkgname}"
arch=('i686' 'x86_64')
@@ -12,7 +12,8 @@ url='https://lsm.foobar.fi/'
license=('GPL2')
_verwatch=("${url}/download/" "${_pkgname}-\([0-9\.]\+\)\.tar\.gz" 'l')
source=("${url}/download/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('4eeda0e666e8ee93aab9b9c6709e9695e042dc391fb0999280874c8a73bce476')
+md5sums=('8598bbc14796997aa2652cba1d19caae')
+sha256sums=('2ccaaee695e3cca8c7c3a58f6e258febfd0e1bbd3ed37183fed909a35b932b8b')
build() {
set -u