summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Maurer2023-07-13 17:37:55 +0200
committerFabian Maurer2023-07-13 17:37:55 +0200
commit96c8c917fc237751169c9b06b0d1510e288350fe (patch)
tree9393d5793a0aa6b060301724976e846ab4b804c1
parent0c0977d608414560e05434608956e9cb526bc998 (diff)
downloadaur-lib32-smbclient.tar.gz
Update to 4.18.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d6b21e950fb..87dd9779e2bb 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.18.3
+ pkgver = 4.18.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.18.3.tar.gz
- sha256sums = c67e1453165a3918ffffad600236ca3966b47bde4798e89ae600ae3903ccc32c
+ source = https://www.samba.org/samba/samba/ftp/stable/samba-4.18.4.tar.gz
+ sha256sums = 6ba7b3503cc59c9ff4f6fcb1b510c2c855fff93e0b366ab891a32a4732e88e53
pkgname = lib32-smbclient
diff --git a/PKGBUILD b/PKGBUILD
index fb52679cdcba..9e145280896c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=('lib32-smbclient')
-pkgver=4.18.3
+pkgver=4.18.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=('c67e1453165a3918ffffad600236ca3966b47bde4798e89ae600ae3903ccc32c')
+sha256sums=('6ba7b3503cc59c9ff4f6fcb1b510c2c855fff93e0b366ab891a32a4732e88e53')
prepare() {
cd samba-${pkgver}