diff options
author | semantic-release-bot | 2024-05-03 18:52:01 +0000 |
---|---|---|
committer | semantic-release-bot | 2024-05-03 18:52:01 +0000 |
commit | 56ddaff7e7a9f281b9ca7ee1640db7f49b8a49bd (patch) | |
tree | 60198adfc28e8a37895bd44082fd7b3640671c67 | |
parent | 4b8be959567ae3b8c7de14525b1a64421a594c13 (diff) | |
download | aur-56ddaff7e7a9f281b9ca7ee1640db7f49b8a49bd.tar.gz |
Update to version 34.0.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = alchemist pkgdesc = An extensible simulator for pervasive computing - pkgver = 33.1.2 + pkgver = 34.0.0 pkgrel = 1 url = https://alchemistsimulator.github.io arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = alchemist depends = libxi depends = libxrender depends = libxtst - source = https://github.com/AlchemistSimulator/Alchemist/releases/download/33.1.2/alchemist-33.1.2-1.x86_64.rpm - md5sums = 730e99f978af9a99f7c2838c1db6f672 + source = https://github.com/AlchemistSimulator/Alchemist/releases/download/34.0.0/alchemist-34.0.0-1.x86_64.rpm + md5sums = 6a06f3e710d105541880c43a6ecf73e6 pkgname = alchemist @@ -1,7 +1,7 @@ # Maintainer: Marco Sternini <mkarko01@gmail.com> # Maintainer: Danilo Pianini <danilo.pianini@unibo.it> pkgname=alchemist -pkgver=33.1.2 +pkgver=34.0.0 pkgrel=1 pkgdesc="An extensible simulator for pervasive computing" arch=('x86_64') @@ -26,8 +26,8 @@ depends=( # 'zlib' ) makedepends=() -source=("https://github.com/AlchemistSimulator/Alchemist/releases/download/33.1.2/alchemist-33.1.2-1.$CARCH.rpm") -md5sums=('730e99f978af9a99f7c2838c1db6f672') +source=("https://github.com/AlchemistSimulator/Alchemist/releases/download/34.0.0/alchemist-34.0.0-1.$CARCH.rpm") +md5sums=('6a06f3e710d105541880c43a6ecf73e6') package() { mkdir -p "${pkgdir}/usr/share/${pkgname}" |