mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/toybox: upgrade to 0.7.5
This commit is contained in:
parent
090420b7d0
commit
a0d54dec6e
@ -1,7 +1,7 @@
|
||||
# Maintainer: André Klitzing <aklitzing@gmail.com>
|
||||
# Contributor: André Klitzing <aklitzing@gmail.com>
|
||||
pkgname=toybox
|
||||
pkgver=0.7.4
|
||||
pkgver=0.7.5
|
||||
pkgrel=0
|
||||
pkgdesc="A BSD-licensed alternative to busybox"
|
||||
arch="all"
|
||||
@ -10,7 +10,7 @@ url="https://landley.net/toybox/"
|
||||
depends="attr"
|
||||
makedepends="bash linux-headers"
|
||||
subpackages="$pkgname-doc"
|
||||
source="${pkgname}-${pkgver}.tar.gz::https://landley.net/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz"
|
||||
source="https://landley.net/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
@ -34,4 +34,4 @@ package() {
|
||||
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
|
||||
}
|
||||
|
||||
sha512sums="380e8c22f1bcea34ee345b9bcfd9459c7bcde8518d0f5c74227ced2e59b063f619e1b6314c1af4e0371d7300fe916d55510272469a061c4232005b7533b09022 toybox-0.7.4.tar.gz"
|
||||
sha512sums="f0cc54da2394ed14b41dbc80bf674f86989f0312b645b9e1e5403fb0a3282cafce9608b2d738ab2dbb6fe3779eed70d51133a867c6ea76683dd7e6de245df127 toybox-0.7.5.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user