[arch-commits] Commit in hitch/repos/community-x86_64 (PKGBUILD PKGBUILD)
Ivy Foster
escondida at archlinux.org
Wed Apr 7 19:02:27 UTC 2021
Date: Wednesday, April 7, 2021 @ 19:02:27
Author: escondida
Revision: 912594
archrelease: copy trunk to community-x86_64
Added:
hitch/repos/community-x86_64/PKGBUILD
(from rev 912593, hitch/trunk/PKGBUILD)
Deleted:
hitch/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-07 19:02:04 UTC (rev 912593)
+++ PKGBUILD 2021-04-07 19:02:27 UTC (rev 912594)
@@ -1,36 +0,0 @@
-# Maintainer: Ivy Foster <iff at archlinux.org>
-# Reference: PKGBUILD(5)
-
-pkgname=hitch
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='libev-based high performance SSL/TLS proxy'
-url='https://hitch-tls.org/'
-license=(BSD)
-
-depends=(libev openssl)
-checkdepends=(lsof)
-makedepends=(python-docutils)
-
-arch=(x86_64)
-source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz")
-# sha256sums source: https://hitch-tls.org/source/SHA256SUM
-sha256sums=(4e47eb4abb7dd3809c84283588adf41ddf0c7bc065cb00d0928274889c07c706)
-validpgpkeys=(584A3EBFE705CDCD)
-
-build() {
- cd "hitch-$pkgver"
- ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
- make
-}
-
-check() {
- cd "hitch-$pkgver"
- make check
-}
-
-package() {
- cd "hitch-$pkgver"
- make DESTDIR="$pkgdir" install
- install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
-}
Copied: hitch/repos/community-x86_64/PKGBUILD (from rev 912593, hitch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-07 19:02:27 UTC (rev 912594)
@@ -0,0 +1,36 @@
+# Maintainer: Ivy Foster <iff at archlinux.org>
+# Reference: PKGBUILD(5)
+
+pkgname=hitch
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='libev-based high performance SSL/TLS proxy'
+url='https://hitch-tls.org/'
+license=(BSD)
+
+depends=(libev openssl)
+checkdepends=(lsof)
+makedepends=(python-docutils)
+
+arch=(x86_64)
+source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz")
+# sha256sums source: https://hitch-tls.org/source/SHA256SUM
+sha256sums=(c97ef8f1e115156640c40dfdfe9662d5f6d57a796fccad3bbad198ec797ce5c4)
+validpgpkeys=(584A3EBFE705CDCD)
+
+build() {
+ cd "hitch-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+ make
+}
+
+check() {
+ cd "hitch-$pkgver"
+ make check
+}
+
+package() {
+ cd "hitch-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
+}
More information about the arch-commits
mailing list