aboutsummaryrefslogtreecommitdiffstats
path: root/community/reptyr
diff options
context:
space:
mode:
Diffstat (limited to 'community/reptyr')
-rw-r--r--community/reptyr/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/reptyr/APKBUILD b/community/reptyr/APKBUILD
index e3060928cb8..cfd4594a046 100644
--- a/community/reptyr/APKBUILD
+++ b/community/reptyr/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: André Klitzing <aklitzing@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=reptyr
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=0
pkgdesc="Reparent a running program to a new terminal"
url="https://github.com/nelhage/reptyr"
-arch="x86 x86_64 armhf armv7"
+arch="x86 x86_64 armhf armv7 riscv64"
license="MIT"
makedepends="linux-headers bash-completion"
subpackages="$pkgname-doc $pkgname-bash-completion"
@@ -20,4 +20,6 @@ package() {
make DESTDIR="$pkgdir" PREFIX=/usr install
}
-sha512sums="880d899a2b6df3c33909dc70ce0a58f413b2e2eec2e212abc709348345d48294cf2e39f5891ab4b1fa24e69b54effe99c1b8ab03b448bfd7097e20498e7e85dc reptyr-0.8.0.tar.gz"
+sha512sums="
+a59670449cb597657dbb244228fd4246142190615ce1a6369f11b8c99cb12d8e2bedb4efd7cdc301a4f7c18d29e8799eea8f14d062a8ad7b7c025034cba66ac7 reptyr-0.9.0.tar.gz
+"