summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE (d1ceward)2024-06-12 16:58:28 +0200
committerFabien LEFEBVRE (d1ceward)2024-06-12 16:58:28 +0200
commit614593f5c64b7d3bd59e3816d4869e10455ce73b (patch)
treedfbe71aac4dd1abb7aa50e5b5f321e872e1c2027
parentbaa1c9af40cac7788351a31233cab83955b13d0d (diff)
downloadaur-614593f5c64b7d3bd59e3816d4869e10455ce73b.tar.gz
upgpkg: docker-container-healthchecker 0.10.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--LICENSE27
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 32 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa09e588fe9b..4deb7798d38f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = docker-container-healthchecker
pkgdesc = Runs healthchecks against local docker containers
- pkgver = 0.10.2
+ pkgver = 0.10.3
pkgrel = 1
url = https://github.com/dokku/docker-container-healthchecker
arch = x86_64
license = BSD
makedepends = go
- source = https://github.com/dokku/docker-container-healthchecker/archive/refs/tags/v0.10.2.tar.gz
- sha256sums = bf3acc341b911d0aa0a2c1d62cc702d233c7216edbd27056ba880d4a4bc1135d
+ source = https://github.com/dokku/docker-container-healthchecker/archive/refs/tags/v0.10.3.tar.gz
+ sha256sums = 49a37d5c9c7ac04cfe6a4cdc9f198adfec72debfc71747507800e7f8ec6f4d49
pkgname = docker-container-healthchecker
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index f001a3cf8ace..000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,27 +0,0 @@
-Copyright (c) 2019 Jose Diaz-Gonzalez. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
- * Neither the name of Jose Diaz-Gonzalez nor the names of its
-contributors may be used to endorse or promote products derived from
-this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/PKGBUILD b/PKGBUILD
index e042ae9f16df..ba2ca7d675e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=docker-container-healthchecker
-pkgver=0.10.2
+pkgver=0.10.3
pkgrel=1
pkgdesc='Runs healthchecks against local docker containers'
arch=('x86_64')
url='https://github.com/dokku/docker-container-healthchecker'
license=('BSD')
source=("${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('bf3acc341b911d0aa0a2c1d62cc702d233c7216edbd27056ba880d4a4bc1135d')
+sha256sums=('49a37d5c9c7ac04cfe6a4cdc9f198adfec72debfc71747507800e7f8ec6f4d49')
makedepends=('go')
build() {