summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df17c000db91..ed1bad09e904 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-smbclient
pkgdesc = Tools to access a server's filespace and printers via SMB
- pkgver = 4.12.2
- pkgrel = 2
+ pkgver = 4.12.3
+ pkgrel = 1
url = http://www.samba.org
arch = x86_64
license = GPL3
@@ -46,8 +46,8 @@ pkgbase = lib32-smbclient
depends = lib32-libunwind
provides = lib32-libwbclient
replaces = lib32-libwbclient
- source = https://www.samba.org/samba/samba/ftp/stable/samba-4.12.2.tar.gz
- sha256sums = 6490f2a858be200c0169a47391fb27287e80f45f2beef7afa6c16bd88526a150
+ source = https://www.samba.org/samba/samba/ftp/stable/samba-4.12.3.tar.gz
+ sha256sums = 3fadbca4504937820d0d8a34e500a1efdcc35e0c554f05bd0a844916ae528727
pkgname = lib32-smbclient
diff --git a/PKGBUILD b/PKGBUILD
index a26be9c96d9b..3545ccb34c4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=('lib32-smbclient')
-pkgver=4.12.2
-pkgrel=2
+pkgver=4.12.3
+pkgrel=1
pkgdesc="Tools to access a server's filespace and printers via SMB"
arch=('x86_64')
url='http://www.samba.org'
@@ -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=('6490f2a858be200c0169a47391fb27287e80f45f2beef7afa6c16bd88526a150')
+sha256sums=('3fadbca4504937820d0d8a34e500a1efdcc35e0c554f05bd0a844916ae528727')
prepare() {
cd samba-${pkgver}