summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2022-05-16 23:46:24 +0300
committerAdrian Perez de Castro2022-05-16 23:46:24 +0300
commit00fca94869b6d5494eea05987486bd58801d939d (patch)
treed3486470116a6ecdf9c41de494a80e9532ac89b2 /PKGBUILD
parent7db3c0ab2f79961b4d1da63fe3b7c1ab87bd7664 (diff)
downloadaur-00fca94869b6d5494eea05987486bd58801d939d.tar.gz
Bump to version 2022.04.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 731121f31175..b32b1bfd393c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=naken_asm
-pkgver=2021.04.18
+pkgver=2022.04.16
pkgrel=1
pkgdesc="Assembler for MSP430, dsPIC, ARM, MIPS, 65xx, 68000, 8051/8052, Atmel AVR8, and others"
url=http://www.mikekohn.net/micro/naken_asm.php
@@ -10,7 +10,7 @@ depends=(readline)
conflicts=(naken_asm-git)
_pkgver=${pkgver//./-}
source=("http://www.mikekohn.net/downloads/${pkgname}/${pkgname}-${_pkgver}.tar.gz")
-sha512sums=('ca5181031ee06fa54738c7c11baa526324d07f534e666b0da842e6c09559320d5bef66fef97ee6cb3d020a9d9afa86c1956c45c6439a4d4d2f4a69aa66db44bc')
+b2sums=('cbd6170c8acf63ce79d24d3dd4630d1236a8b1abc1166b22fa412f15be87c02e5f7599c1102390a8834aa6cd86eff1b012969b069f19bb73aae56d317320e405')
build () {
cd "${pkgname}-${_pkgver}"