summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRomain Bazile2022-02-05 13:55:55 +0100
committerRomain Bazile2022-02-05 13:55:55 +0100
commiteb8919e6bd8f0c36631736c0f476512b3101be09 (patch)
tree07d74ce1e990efc6b33709b82c356cd69ac3c550 /PKGBUILD
parentcdcbb28c506c64dd63e05f09774820b909a4b659 (diff)
downloadaur-eb8919e6bd8f0c36631736c0f476512b3101be09.tar.gz
update to 0.32
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9d2c8a72c8e..bc3b93044a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Romain Bazile <gromain dot baz at gmail dot com>
pkgname=amap-bin
-pkgver=0.30
+pkgver=0.32
pkgrel=1
epoch=
pkgdesc="A tool to analyze .MAP files produced by several compilers and report the amount of memory being used by data and code."
@@ -9,10 +9,10 @@ arch=('x86_64')
url="http://www.sikorskiy.net/prj/amap/index.html"
license=('freeware')
depends=('libpng12' 'gtk2')
-source=("http://www.sikorskiy.net/prj/amap/files/amap.30.ubuntu1804.x64.GTK.tar.gz")
-sha256sums=('d4964d10b27774cb8225a82bb171d4e6e056be9c63fd191cf5094efbc367a0d1')
+source=("https://www.sikorskiy.net/info/prj/amap/files/amap.32.ubuntu2104.x64.GTK.gz")
+sha256sums=('f2fb9cc0fda689f7eb8d5788c62e161448c3b51e4de512a2fe160e262c16545d')
package() {
- install -D -m755 ${srcdir}/amap ${pkgdir}/usr/bin/amap;
+ install -D -m755 ${srcdir}/amap.32.ubuntu2104.x64.GTK ${pkgdir}/usr/bin/amap;
}