summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSZanko2021-11-05 21:34:00 +0100
committerSZanko2021-11-05 21:34:00 +0100
commitd5a730db792075d22c3de873d74bc5867d337d98 (patch)
treef52518c581c9f849bc5c39a5b944c041820292ae /PKGBUILD
parent22e5281ae181b0844585a20791e6a6b940222c73 (diff)
downloadaur-d5a730db792075d22c3de873d74bc5867d337d98.tar.gz
Updated to Version 4.0.15
Signed-off-by: SZanko <szanko@protonmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bec8c4c63777..1d69ede56f3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=(
#"rust-mailchecker"
)
_pkgname="mailchecker"
-pkgver="4.0.13"
+pkgver="4.0.15"
pkgrel="1"
pkgdesc='Cross-language email validation. Backed by a database of over 30 000 throwable email domains.'
arch=('any')
@@ -18,7 +18,7 @@ url='https://github.com/FGRibreau/mailchecker/'
license=('MIT')
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=(
- 'c19c881c23c8bc89e303c1fafd7cc84701ee79d08440cb235984f96acfbb04db'
+ 'ba2cd882f10e9e1922aa7ebfc080f9d1481f4eeac4fb7764eb5aad802c4c7040'
)
makedepends=(
'python-distribute'