Date: Sunday, August 8, 2021 @ 14:12:35 Author: schuay Revision: 994946
upgpkg: simavr 1.7-1: simavr 1.7-1 Modified: simavr/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-08 14:07:43 UTC (rev 994945) +++ PKGBUILD 2021-08-08 14:12:35 UTC (rev 994946) @@ -1,7 +1,7 @@ # Maintainer: schuay <[email protected]> pkgname=simavr -pkgver=1.6 +pkgver=1.7 pkgrel=1 pkgdesc='A lean, mean and hackable AVR simulator' arch=('x86_64') @@ -9,8 +9,8 @@ license=('GPL3') depends=('elfutils' 'glu') makedepends=('avr-libc' 'git' 'freeglut') -_pkghash= -source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#commit=${pkghash}") +_pkghash=1d227277b3d0039f9faef9ea62880ca3051b14f8 +source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#commit=${_pkghash}") options=(!strip) md5sums=('SKIP')
