summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc5f9e37df23..597d8f2ec3ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis PĂ©rez <luis.perez@protonmail.com>
pkgname=mmark
-pkgver=2.2.39
+pkgver=2.2.40
pkgrel=1
pkgdesc='A powerful markdown processor in Go geared towards the IETF'
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=(
'git'
)
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('1cef76643592b2de2df72885f144d2295e322720e7c268366fc99ca7aae82061')
+sha256sums=('f9d26bf5b1a811752d82764b4824940e7273cf411d736f8127de43af774d4324')
prepare(){
cd "$pkgname-$pkgver"