~alpine/aports

community/doas: upgrade to 6.6 v1 APPLIED

Drew DeVault: 1
 community/doas: upgrade to 6.6

 1 files changed, 2 insertions(+), 2 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/3141/mbox | git am -3
Learn more about email & git

[PATCH] community/doas: upgrade to 6.6 Export this patch

---
 community/doas/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/community/doas/APKBUILD b/community/doas/APKBUILD
index 41344d16f4..f3b4ad3191 100644
--- a/community/doas/APKBUILD
+++ b/community/doas/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=doas
pkgver=6.0
pkgver=6.6
pkgrel=0
pkgdesc="OpenBSD's temporary privledge escalation tool"
url="https://github.com/Duncaen/OpenDoas"
@@ -36,5 +36,5 @@ package() {
	install -Dm440 "$srcdir"/doas.conf "$pkgdir"/etc/doas.conf
}

sha512sums="2bf5e00895a45d87785e7a494a1506844afd843ef5375e0b0e3795ebc24712bb941c6feeb87e426e41a240d40aca9b4c099f77220745bb7142a7a4b303441f60  doas-6.0.tar.gz
sha512sums="0ccd84eda9ec109926bfc58997ef7b0ab47ac75208b7e2f98477ec9f0211dd468d826bfc2758340188c934e6198b98eff0662b684166575f12742c7c1ab05e89  doas-6.6.tar.gz
5035ae91293953b292c430334e949e11e5b482c5c91c7f018ac8286a791568a3006499649f487547a262291c0968618522fbc14acb5e2faa2af52accf15bbc49  doas.conf"
-- 
2.24.0
--enable-timestamp can be used to enable sudo-style persist feature.