mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/deblob: upgrade to 2127c12739b1
Fix compatibility with latest hare. > error: Unknown object 'os::finish'
This commit is contained in:
parent
5d3ed80ec5
commit
f77759e451
@ -1,7 +1,8 @@
|
||||
# Contributor: lauren n. liberda <lauren@selfisekai.rocks>
|
||||
# Maintainer: lauren n. liberda <lauren@selfisekai.rocks>
|
||||
pkgname=deblob
|
||||
pkgver=0.6
|
||||
_commit=2127c12739b1b6bf3ea4980cb8d4ba99d1306882
|
||||
pkgver=0.6_git20231202
|
||||
pkgrel=0
|
||||
pkgdesc="Remove binary executables (blobs) from a directory"
|
||||
url="https://hacktivis.me/projects/deblob"
|
||||
@ -10,8 +11,9 @@ license="BSD-3-Clause OR CC-BY-SA-4.0 OR GPL-2.0-only OR MIT"
|
||||
makedepends="hare"
|
||||
subpackages="$pkgname-doc"
|
||||
source="
|
||||
deblob-$pkgver.tar.gz::https://git.sr.ht/~lanodan/deblob/archive/$pkgver.tar.gz
|
||||
deblob-$pkgver.tar.gz::https://git.sr.ht/~lanodan/deblob/archive/$_commit.tar.gz
|
||||
"
|
||||
builddir="$srcdir/$pkgname-$_commit"
|
||||
|
||||
build() {
|
||||
make
|
||||
@ -26,5 +28,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
51fbfa64f3225ba769ca7486b9f829a7041b20cc35696b06c2dc41691451ee602c4e243dca05d0250c9c81a8ed66c0cccc3028f75bb5c2944f0d8cda398c8b11 deblob-0.6.tar.gz
|
||||
f07538a7d9478e276d8cd5e81f7c49e355baa979c9c3da94d17886a7382b111b309ee735e94a41284148b131dcd160dfb3431ab15c0496749b12cba5ff02d7d1 deblob-0.6_git20231202.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user