~alpine/aports

testing/samurai: update to 0.7, move to community v1 APPLIED

Drew DeVault: 1
 testing/samurai: update to 0.7, move to community

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/767/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/samurai: update to 0.7, move to community Export this patch

---
 {testing => community}/samurai/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename {testing => community}/samurai/APKBUILD (74%)

diff --git a/testing/samurai/APKBUILD b/community/samurai/APKBUILD
similarity index 74%
rename from testing/samurai/APKBUILD
rename to community/samurai/APKBUILD
index f3c225a6fc..358ec4a533 100644
--- a/testing/samurai/APKBUILD
+++ b/community/samurai/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Drew DeVault <sir@cmpwn.com>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=samurai
pkgver=0.6
pkgrel=1
pkgver=0.7
pkgrel=0
pkgdesc="ninja-compatible build tool written in C"
url="https://github.com/michaelforney/samurai"
arch="all"
@@ -22,4 +22,4 @@ package() {
	make install PREFIX="/usr" DESTDIR="$pkgdir"
}

sha512sums="c111a20b1f85877b1ed68b1e40f8972e15dba3a7e58380103352fa975170598f7ecd591ca173e270ba6039026967d4bb5a5d2f80a963c64b39d36160a85574b4  samurai-0.6.tar.gz"
sha512sums="c47120a2b516c0d130c5a01d99972979c69103d1c6b110722c4c6fcac3147df25d60d9d19913d7c78902c257800d6a5e1bcbb775618058ebfe6db29098dc4001  samurai-0.7.tar.gz"
-- 
2.22.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---