From 0a9844bcc2046a29caee7465585aa0aff513ab75 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Sun, 3 Jul 2022 23:03:44 +0200 Subject: community/reptyr: upgrade to 0.9.0 --- community/reptyr/APKBUILD | 8 +++++--- 1 file 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 # Maintainer: André Klitzing 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 +" -- cgit v1.2.3