summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Hulthe2022-10-31 15:58:22 +0100
committerJoakim Hulthe2022-10-31 15:58:22 +0100
commita058a1646f71c7d5e43d9658524514daddb4373f (patch)
tree65206319a55104299aced2f535a0b266b1ab7c5d
parent3613b84c6d9c7a250681c1b090d2d82e2c5c595a (diff)
downloadaur-a058a1646f71c7d5e43d9658524514daddb4373f.tar.gz
Update to 2.03
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d04d587bf779..a45e8f3eac1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = digiflisp
pkgdesc = IDE for the FLIS processor and training computer
- pkgver = 1.10
+ pkgver = 2.03
pkgrel = 1
url = http://www.gbgmv.se/html/digiflisp.html
arch = x86_64
license = Copyright 2012-2020, GMV
makedepends = libarchive
- source = http://www.gbgmv.se/dl/software/linux/digiflisp_1.10_amd64.deb
- md5sums = f7119d576e021bdaf90e67637da6a539
- sha256sums = 25bccc1e2c40e9b9ad824434f4003e8f62eb33adc5ff97b246cc9c97d97cb66e
+ source = http://www.gbgmv.se/dl/linux/digiflisp_2.03_amd64.deb
+ md5sums = 9dd35b560ba1b000ded00a3e665259f0
+ sha256sums = 1b67099625e2d09b57e838eccda03ffeca88bb4b7273d9c30724daa79494d110
pkgname = digiflisp
-
diff --git a/PKGBUILD b/PKGBUILD
index 3b8573ec04c6..d709e34be249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joakim Hulthe <joakim@hulthe.net>
pkgname=digiflisp
-pkgver=1.10
+pkgver=2.03
pkgrel=1
pkgdesc="IDE for the FLIS processor and training computer"
arch=('x86_64')
@@ -9,9 +9,9 @@ license=('Copyright 2012-2020, GMV')
makedepends=('libarchive')
-source=(http://www.gbgmv.se/dl/software/linux/$pkgname\_$pkgver\_amd64.deb)
-md5sums=('f7119d576e021bdaf90e67637da6a539')
-sha256sums=('25bccc1e2c40e9b9ad824434f4003e8f62eb33adc5ff97b246cc9c97d97cb66e')
+source=(http://www.gbgmv.se/dl/linux/$pkgname\_$pkgver\_amd64.deb)
+md5sums=('9dd35b560ba1b000ded00a3e665259f0')
+sha256sums=('1b67099625e2d09b57e838eccda03ffeca88bb4b7273d9c30724daa79494d110')
prepare() {
msg2 "Unpacking .deb"