summaryrefslogtreecommitdiff
path: root/community/srm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/srm/PKGBUILD')
-rw-r--r--community/srm/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/srm/PKGBUILD b/community/srm/PKGBUILD
index 27dd11989..a09fc5f8b 100644
--- a/community/srm/PKGBUILD
+++ b/community/srm/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 104066 2014-01-15 08:27:26Z giovanni $
+# $Id: PKGBUILD 108034 2014-03-21 15:42:25Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=srm
-pkgver=1.2.12
+pkgver=1.2.13
pkgrel=1
pkgdesc="A secure replacement for rm(1) that overwrites data before unlinking"
arch=('i686' 'x86_64')
url="http://srm.sourceforge.net/"
license=('custom')
depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('395c42753e9d98d6f815ac28a42ba87a')
+source=("http://sourceforge.net/projects/${pkgname}/files/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('123f8fbf086a5c50aadb2a23991b9416')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"