summaryrefslogtreecommitdiff
path: root/community/srm
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-16 03:37:59 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-16 03:37:59 +0000
commitb296a78e1469d58c52acc47586bd5bb84f25fc0f (patch)
treea7bd50ca00f66f43ab58a4e79740737a82cf6991 /community/srm
parent154321f7346db5c32dbdf9c730735969eabbd88f (diff)
Thu Jan 16 03:32:12 UTC 2014
Diffstat (limited to 'community/srm')
-rw-r--r--community/srm/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/srm/PKGBUILD b/community/srm/PKGBUILD
index 696b27ccc..27dd11989 100644
--- a/community/srm/PKGBUILD
+++ b/community/srm/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 102189 2013-12-06 12:44:16Z giovanni $
+# $Id: PKGBUILD 104066 2014-01-15 08:27:26Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=srm
-pkgver=1.2.11
-pkgrel=2
+pkgver=1.2.12
+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.bz2")
-md5sums=('ee8269be18de6bbd3f74252d6e3039fe')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('395c42753e9d98d6f815ac28a42ba87a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"