Advertisement
Guest User

ssdeep pkgbuild diff 2.2 > 2.6

a guest
Jul 2nd, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.60 KB | None | 0 0
  1. --- PKGBUILD    1970-01-01 04:13:08.000000000 -0500
  2. +++ PKGBUILD.new        2011-07-02 22:29:27.000000000 -0400
  3. @@ -2,7 +2,7 @@
  4.  # Contributor: froggie <sullivanva@gmail.com>
  5.  
  6.  pkgname=ssdeep
  7. -pkgver=2.2
  8. +pkgver=2.6
  9.  pkgrel=1
  10.  pkgdesc="A program for computing context triggered piecewise hashes"
  11.  arch=('i686' 'x86_64')
  12. @@ -11,7 +11,7 @@
  13.  depends=('glibc')
  14.  options=('!libtool')
  15.  source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
  16. -md5sums=('6068577b8aabed3d8e2510a4f602a0dd')
  17. +md5sums=('be390ccb8a8d506c8c3c253eb077f365')
  18.  
  19.  build() {
  20.    cd "$srcdir"/$pkgname-$pkgver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement