summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Maurer2022-02-12 17:24:11 +0100
committerFabian Maurer2022-02-12 17:24:11 +0100
commit4ba357c4c778154ce72fe00687d8dbc8cc446559 (patch)
tree004ea840488089a04ec033f5ad4274bf18dec1c6
parent5250328481b508fbf094a8ff02b8fb546335637a (diff)
downloadaur-4ba357c4c778154ce72fe00687d8dbc8cc446559.tar.gz
Update to 4.15.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaa3fa2112fe..a4c3603134b0 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.15.4
+ pkgver = 4.15.5
pkgrel = 1
url = http://www.samba.org
arch = x86_64
@@ -47,7 +47,7 @@ pkgbase = lib32-smbclient
depends = lib32-icu
provides = lib32-libwbclient
replaces = lib32-libwbclient
- source = https://www.samba.org/samba/samba/ftp/stable/samba-4.15.4.tar.gz
- sha256sums = 499065a589b7b9ffb8e3eb6efa8575985919a2999972afc469520a47322aec11
+ source = https://www.samba.org/samba/samba/ftp/stable/samba-4.15.5.tar.gz
+ sha256sums = 69115e33831937ba5151be0247943147765aece658ba743f44741672ad68d17f
pkgname = lib32-smbclient
diff --git a/PKGBUILD b/PKGBUILD
index e2358c3b1b23..195509e0d90f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=('lib32-smbclient')
-pkgver=4.15.4
+pkgver=4.15.5
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=('499065a589b7b9ffb8e3eb6efa8575985919a2999972afc469520a47322aec11')
+sha256sums=('69115e33831937ba5151be0247943147765aece658ba743f44741672ad68d17f')
prepare() {
cd samba-${pkgver}