[arch-commits] Commit in httping/repos (4 files)
Levente Polyak
anthraxx at archlinux.org
Thu Sep 29 15:32:46 UTC 2016
Date: Thursday, September 29, 2016 @ 15:32:45
Author: anthraxx
Revision: 190939
archrelease: copy trunk to community-i686, community-x86_64
Added:
httping/repos/community-i686/PKGBUILD
(from rev 190938, httping/trunk/PKGBUILD)
httping/repos/community-x86_64/PKGBUILD
(from rev 190938, httping/trunk/PKGBUILD)
Deleted:
httping/repos/community-i686/PKGBUILD
httping/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 28 ----------------------
community-x86_64/PKGBUILD | 28 ----------------------
3 files changed, 56 insertions(+), 56 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-09-29 15:32:36 UTC (rev 190938)
+++ community-i686/PKGBUILD 2016-09-29 15:32:45 UTC (rev 190939)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: brent s. <bts[at]square-r00t[dot]net>
-# Contributor: Joris Steyn <jorissteyn at gmail.com>
-# Contributor: Ondrej Kucera <ondrej.kucera at centrum.cz>
-
-pkgname=httping
-pkgver=2.4
-pkgrel=4
-pkgdesc='A ping-like tool for http-requests'
-url='https://www.vanheusden.com/httping/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl' 'ncurses' 'fftw')
-source=(${pkgname}-${pkgver}.tgz::https://www.vanheusden.com/httping/${pkgname}-${pkgver}.tgz)
-sha512sums=('11d9e9e3b222548c9754cc0e7bf947f1a55ccc9f1a2401681f95d21b7b7a56c07665955b558a56d07a5c98497ea3644758e4f85006c42fda2134556be8d9e804')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --with-tfo
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: httping/repos/community-i686/PKGBUILD (from rev 190938, httping/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-29 15:32:45 UTC (rev 190939)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: brent s. <bts[at]square-r00t[dot]net>
+# Contributor: Joris Steyn <jorissteyn at gmail.com>
+# Contributor: Ondrej Kucera <ondrej.kucera at centrum.cz>
+
+pkgname=httping
+pkgver=2.5
+pkgrel=1
+pkgdesc='A ping-like tool for http-requests'
+url='https://www.vanheusden.com/httping/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl' 'ncurses' 'fftw')
+source=(${pkgname}-${pkgver}.tgz::https://www.vanheusden.com/httping/${pkgname}-${pkgver}.tgz)
+sha512sums=('397ce2eac91c9aede0eb19823bfca4e7f98c263937f5954c8a48d5248a251d2030e31f18decb7f7f8b0118ec0e16ec0a84ea4c943ccde7056b80de162954c355')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --with-tfo
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-09-29 15:32:36 UTC (rev 190938)
+++ community-x86_64/PKGBUILD 2016-09-29 15:32:45 UTC (rev 190939)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: brent s. <bts[at]square-r00t[dot]net>
-# Contributor: Joris Steyn <jorissteyn at gmail.com>
-# Contributor: Ondrej Kucera <ondrej.kucera at centrum.cz>
-
-pkgname=httping
-pkgver=2.4
-pkgrel=4
-pkgdesc='A ping-like tool for http-requests'
-url='https://www.vanheusden.com/httping/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl' 'ncurses' 'fftw')
-source=(${pkgname}-${pkgver}.tgz::https://www.vanheusden.com/httping/${pkgname}-${pkgver}.tgz)
-sha512sums=('11d9e9e3b222548c9754cc0e7bf947f1a55ccc9f1a2401681f95d21b7b7a56c07665955b558a56d07a5c98497ea3644758e4f85006c42fda2134556be8d9e804')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --with-tfo
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: httping/repos/community-x86_64/PKGBUILD (from rev 190938, httping/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-09-29 15:32:45 UTC (rev 190939)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: brent s. <bts[at]square-r00t[dot]net>
+# Contributor: Joris Steyn <jorissteyn at gmail.com>
+# Contributor: Ondrej Kucera <ondrej.kucera at centrum.cz>
+
+pkgname=httping
+pkgver=2.5
+pkgrel=1
+pkgdesc='A ping-like tool for http-requests'
+url='https://www.vanheusden.com/httping/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('openssl' 'ncurses' 'fftw')
+source=(${pkgname}-${pkgver}.tgz::https://www.vanheusden.com/httping/${pkgname}-${pkgver}.tgz)
+sha512sums=('397ce2eac91c9aede0eb19823bfca4e7f98c263937f5954c8a48d5248a251d2030e31f18decb7f7f8b0118ec0e16ec0a84ea4c943ccde7056b80de162954c355')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --with-tfo
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list