summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2020-04-27 09:59:56 +0530
committerAmish2020-04-27 09:59:56 +0530
commit6c25aa4d53a58dd9fa4d63e44a7f958985cd0e4f (patch)
treee41be6fb2fca582626cae9b181b78ad47e0d7074
parent36163f9c377bd653174e896efe8dbd87b43feb27 (diff)
downloadaur-6c25aa4d53a58dd9fa4d63e44a7f958985cd0e4f.tar.gz
Update to 6.4.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 284f0c00aacb..79600b57b86b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fetchmail
pkgdesc = A remote-mail retrieval utility
- pkgver = 6.4.3
+ pkgver = 6.4.4
pkgrel = 1
url = http://www.fetchmail.info
arch = x86_64
@@ -10,14 +10,14 @@ pkgbase = fetchmail
optdepends = tk: for using fetchmailconf
optdepends = python-future: for using fetchmailconf
options = !makeflags
- source = https://sourceforge.net/projects/fetchmail/files/branch_6.4/fetchmail-6.4.3.tar.xz
+ source = https://sourceforge.net/projects/fetchmail/files/branch_6.4/fetchmail-6.4.4.tar.xz
source = fetchmail.tmpfiles
source = fetchmail.sysusers
source = fetchmail.service
- sha1sums = 14dbbad6714d3498920ed4058479a3ddf34fe96c
- sha1sums = 227f1c6a4ea15d73d22d5db9330566e174c45cf9
- sha1sums = 4d1f04cfa50b708736784cd6d3f4e8c1c624c680
- sha1sums = 0d06feaaef5e837758da3100332f8fb15f02b5b1
+ sha256sums = 511b60daabf7543a01de06af07c8772290c6807cd53c42a8504960e978f3abea
+ sha256sums = dcf0eb2f86fb00faf447b22edbf8e93f3045130c45395357a0ffb8243fd95f96
+ sha256sums = 262903b345c67a1e772ba8623300de88ae1d263e9573d5b7e5ee6e3b2c96772e
+ sha256sums = 0b5a70eac28e4a5aab36ca7e1d0e31139833b977ce689f683b5c666fa36475c8
pkgname = fetchmail
diff --git a/PKGBUILD b/PKGBUILD
index b81236c91580..a3a371797c29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amish <contact at via dot aur>
# Contributor: Victor3D <webmaster@victor3d.com.br>
pkgname=fetchmail
-pkgver=6.4.3
+pkgver=6.4.4
pkgrel=1
pkgdesc="A remote-mail retrieval utility"
arch=('x86_64')
@@ -14,10 +14,10 @@ optdepends=('tk: for using fetchmailconf'
options=('!makeflags')
source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
'fetchmail.tmpfiles' 'fetchmail.sysusers' 'fetchmail.service')
-sha1sums=('14dbbad6714d3498920ed4058479a3ddf34fe96c'
- '227f1c6a4ea15d73d22d5db9330566e174c45cf9'
- '4d1f04cfa50b708736784cd6d3f4e8c1c624c680'
- '0d06feaaef5e837758da3100332f8fb15f02b5b1')
+sha256sums=('511b60daabf7543a01de06af07c8772290c6807cd53c42a8504960e978f3abea'
+ 'dcf0eb2f86fb00faf447b22edbf8e93f3045130c45395357a0ffb8243fd95f96'
+ '262903b345c67a1e772ba8623300de88ae1d263e9573d5b7e5ee6e3b2c96772e'
+ '0b5a70eac28e4a5aab36ca7e1d0e31139833b977ce689f683b5c666fa36475c8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"