summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Henrie2022-04-19 23:47:29 -0600
committerAlex Henrie2022-04-19 23:47:29 -0600
commit9420d3eb884aafae574f96cc817ffec3ae5a0621 (patch)
tree7350001aa90aba51283154a460ac8320736bc8d2
parent73b0e9da9117ae0b14cead9f29100d11cb33137e (diff)
downloadaur-9420d3eb884aafae574f96cc817ffec3ae5a0621.tar.gz
Update to 0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b5664e636d9..656973668c2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = avml
pkgdesc = A portable volatile memory acquisition tool for Linux
- pkgver = 0.5.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/microsoft/avml
arch = x86_64
license = MIT
makedepends = musl
makedepends = rust-musl
- source = https://github.com/microsoft/avml/archive/refs/tags/v0.5.0.tar.gz
- sha256sums = 78301562ed99fe325447d13cc84d6f233673302ca56534678118c59dd1fdb3ee
+ source = https://github.com/microsoft/avml/archive/refs/tags/v0.6.1.tar.gz
+ sha256sums = dd666effc1e559bd4615153e15ae53b0858416e3e0a53a7653e7529e37e24dd9
pkgname = avml
diff --git a/PKGBUILD b/PKGBUILD
index a44da9c88db9..a9405f98368d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
pkgname=avml
-pkgver=0.5.0
+pkgver=0.6.1
pkgrel=1
pkgdesc='A portable volatile memory acquisition tool for Linux'
arch=('x86_64')
@@ -8,7 +8,7 @@ url='https://github.com/microsoft/avml'
license=('MIT')
makedepends=('musl' 'rust-musl')
source=("https://github.com/microsoft/avml/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('78301562ed99fe325447d13cc84d6f233673302ca56534678118c59dd1fdb3ee')
+sha256sums=('dd666effc1e559bd4615153e15ae53b0858416e3e0a53a7653e7529e37e24dd9')
prepare() {
cd "$pkgname-$pkgver"