From 8e00d3d8d48d66043ebd21e6dee95c51701e3e93 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Mon, 19 Dec 2022 23:43:32 +0100 Subject: [PATCH] apatch: upgrade to 1.4.0 --- apatch/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apatch/APKBUILD b/apatch/APKBUILD index fd2caf0..70bb3d5 100644 --- a/apatch/APKBUILD +++ b/apatch/APKBUILD @@ -1,21 +1,21 @@ # Contributor: Patrycja Rosa # Maintainer: Patrycja Rosa pkgname=apatch -pkgver=1.3.4 +pkgver=1.4.0 pkgrel=0 pkgdesc="make aports patches easier" url="https://git.ddd.rip/ptrcnull/apatch" arch="noarch" license="BSD-2-Clause" depends="abuild wiggle" -source="$pkgname-$pkgver.tar.gz::https://git.ddd.rip/ptrcnull/apatch/archive/v$pkgver.tar.gz" -builddir="$srcdir/$pkgname" +source="https://git.ptrc.gay/ptrcnull/apatch/-/archive/v$pkgver/apatch-v$pkgver.tar.gz" options="!check" # wow nice tests +builddir="$srcdir/$pkgname-v$pkgver" package() { install -Dm755 apatch -t "$pkgdir"/usr/bin } sha512sums=" -f568bbb6f926cc72d0b8238e1ea833bdbd021171c8750849cb9edb417d0a4e9ab4e0de6dbf8179beaa54dfe625ec92edd7c4b3ccbbf95ae2de8a17f6eadcbc93 apatch-1.3.4.tar.gz +70425c1422880fdf45adb4a5a8b7f37b60bcbced9fc2e96c4962d3e94e4f4e5b9ebf8c1aa0f1328822de114b4b66f67ecfba5cdeb6f022995ed0a38204a233b1 apatch-v1.4.0.tar.gz "