aboutsummaryrefslogtreecommitdiffstats
path: root/community/ttyd
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-06 07:18:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-06 07:37:46 -0300
commitf37358f297ed428cc88ad6e4bf5cd05059ce3c55 (patch)
tree0b161ebeaf0a941debc443593f5224212aabf436 /community/ttyd
parent9cb0055d2c2e9bcc73bedb70bfb11a034e179443 (diff)
downloadaports-f37358f297ed428cc88ad6e4bf5cd05059ce3c55.tar.bz2
aports-f37358f297ed428cc88ad6e4bf5cd05059ce3c55.tar.xz
community/ttyd: upgrade to 1.5.0
Diffstat (limited to 'community/ttyd')
-rw-r--r--community/ttyd/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/ttyd/APKBUILD b/community/ttyd/APKBUILD
index c19a46cd43..484cf870e5 100644
--- a/community/ttyd/APKBUILD
+++ b/community/ttyd/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ttyd
-pkgver=1.4.2
-pkgrel=1
+pkgver=1.5.0
+pkgrel=0
pkgdesc="Share your terminal over the web"
url="https://tsl0922.github.io/ttyd"
arch="all"
@@ -13,11 +13,8 @@ makedepends="cmake json-c-dev bsd-compat-headers openssl-dev libwebsockets-dev
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/tsl0922/$pkgname/archive/$pkgver.tar.gz
fix-cmake.patch"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
-
mkdir -p build && cd build
cmake .. \
-DCMAKE_BUILD_TYPE=MinSizeRel \
@@ -37,5 +34,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="0caff3d3602c5baa7b8f277d4190e1053e66dcfd6b4d62bcfb6fd78522734a4fbc1578cd159bee796c05bf67a4155ab0283ca4e17572e1bc8508b863adc803ed ttyd-1.4.2.tar.gz
+sha512sums="9be4f851ede2991532facd841a01c1b3bf02710be354bc390452f8153e3e48e8106595efb047c68d7fbdf91fbecdc203ba8ea50bc58e3ef2f023ef5e173339e6 ttyd-1.5.0.tar.gz
677f71abfec9e74db8f7976e6cb8c4eba052df71162390fa26e7c31f064a179d8587f07088eb0a5ada507a345b11af8d663162c77aad5e7fd129503eb15f83af fix-cmake.patch"