Skip to content

Instantly share code, notes, and snippets.

@MikeDacre
Created August 11, 2015 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikeDacre/c58a2b58c4704d4157df to your computer and use it in GitHub Desktop.
Save MikeDacre/c58a2b58c4704d4157df to your computer and use it in GitHub Desktop.
Patch for nicstat PKGBUILD from version 1.92 to 1.95
--- nicstat/PKGBUILD 2015-06-14 06:52:34.000000000 -0700
+++ PKGBUILD 2015-08-11 10:56:27.331639326 -0700
@@ -3,7 +3,7 @@
# vim:set ts=2 sw=2 et ft=sh tw=100: expandtab
pkgname=nicstat
-pkgver=1.92
+pkgver=1.95
pkgrel=3
pkgdesc='Network traffic statics utility'
arch=('i686' 'x86_64')
@@ -34,6 +34,6 @@
install -Dm755 nicstat "$pkgdir"/usr/bin/nicstat
install -Dm755 enicstat "$pkgdir"/usr/bin/enicstat
install -Dm644 nicstat.1 "$pkgdir"/usr/share/man/man1/nicstat.1
-
+
}
-md5sums=('c1bf0a98f27830462f81894bfb447fd8')
+md5sums=('04d80ba376d1b503145ba631a1428b45')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment