summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Maurer2022-07-29 17:36:17 +0200
committerFabian Maurer2022-07-29 17:36:17 +0200
commita5213f29a01753e626ddac084f2caf4ef1579e6d (patch)
treef92cd0654f6f975adcdecbbceec037db03994b06
parent67c52a51c6e5a63ea2cdb2c87f945f4f0ae7b026 (diff)
downloadaur-a5213f29a01753e626ddac084f2caf4ef1579e6d.tar.gz
Udpate to 4.16.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b9e975a0f67..441ea9ec7127 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-smbclient
pkgdesc = Tools to access a server's filespace and printers via SMB
- pkgver = 4.16.3
+ pkgver = 4.16.4
pkgrel = 1
url = http://www.samba.org
arch = x86_64
@@ -48,7 +48,7 @@ pkgbase = lib32-smbclient
depends = lib32-icu
provides = lib32-libwbclient
replaces = lib32-libwbclient
- source = https://www.samba.org/samba/samba/ftp/stable/samba-4.16.3.tar.gz
- sha256sums = a0b7a06d5b3fd138cc7b494e010ad0b52e3d5fa68493a44619a7f967467f859c
+ source = https://www.samba.org/samba/samba/ftp/stable/samba-4.16.4.tar.gz
+ sha256sums = 9532f848fb125a17e4e5d98e1ae8b42f210ed4433835e815b97c5dde6dc4702f
pkgname = lib32-smbclient
diff --git a/PKGBUILD b/PKGBUILD
index d709cfac289f..a84e0fedab60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=('lib32-smbclient')
-pkgver=4.16.3
+pkgver=4.16.4
pkgrel=1
pkgdesc="Tools to access a server's filespace and printers via SMB"
arch=('x86_64')
@@ -22,7 +22,7 @@ depends=('lib32-avahi' 'lib32-gnutls' 'lib32-libcap' 'lib32-libcups'
replaces=('lib32-libwbclient')
provides=('lib32-libwbclient')
source=("https://www.samba.org/samba/samba/ftp/stable/samba-${pkgver}.tar.gz")
-sha256sums=('7a6565d7c0a98eac7a5a283fa94d9266dd39ea62f262ccdc5a634a580d549c58')
+sha256sums=('9532f848fb125a17e4e5d98e1ae8b42f210ed4433835e815b97c5dde6dc4702f')
prepare() {
cd samba-${pkgver}