summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen2022-03-16 13:32:10 +0000
committerStephen2022-03-16 13:32:10 +0000
commit284d02358d05c8cd0c0997a68b0d81ed390e3225 (patch)
treec9614685f9ffb1c5b28bb004cb4faab9f841200d
parent843a0aa94df86bb1732136fc6d8027d74f6a4f23 (diff)
downloadaur-284d02358d05c8cd0c0997a68b0d81ed390e3225.tar.gz
fixed problem with checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c73575a3511..aebfab96d561 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,8 +14,8 @@ pkgbase = copasi-bin
source = copasi-desktop.tar.gz
sha256sums = 9576e4a9b2c7e74c91d0e1c0b39fcb20531e8fb4f21c5e8ac95b048609702923
source_i686 = copasi-bin-4.35.258.sh::https://github.com/copasi/COPASI/releases/download/Build-258/COPASI-4.35.258-Linux-32bit.sh
- sha256sums_i686 = 53f29582f14af7bad60aae173c1818c43b3535c7a652e675af0cf4b7ff5ef269
+ sha256sums_i686 = f4e6b5fba0d230053edc89c5bcfc676e737d6aac67cc91b927794761ad65e02d
source_x86_64 = copasi-bin-4.35.258.sh::https://github.com/copasi/COPASI/releases/download/Build-258/COPASI-4.35.258-Linux-64bit.sh
- sha256sums_x86_64 = f4e6b5fba0d230053edc89c5bcfc676e737d6aac67cc91b927794761ad65e02d
+ sha256sums_x86_64 = 53f29582f14af7bad60aae173c1818c43b3535c7a652e675af0cf4b7ff5ef269
pkgname = copasi-bin
diff --git a/PKGBUILD b/PKGBUILD
index d17740cba045..fd7c73db057b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,8 @@ _source=https://github.com/copasi/COPASI/releases/download/Build-$_pkgver
source_i686=($pkgname-$pkgver.sh::$_source/COPASI-$pkgver-Linux-32bit.sh)
source_x86_64=($pkgname-$pkgver.sh::$_source/COPASI-$pkgver-Linux-64bit.sh)
sha256sums=('9576e4a9b2c7e74c91d0e1c0b39fcb20531e8fb4f21c5e8ac95b048609702923')
-sha256sums_i686=('53f29582f14af7bad60aae173c1818c43b3535c7a652e675af0cf4b7ff5ef269')
-sha256sums_x86_64=('f4e6b5fba0d230053edc89c5bcfc676e737d6aac67cc91b927794761ad65e02d')
+sha256sums_i686=('f4e6b5fba0d230053edc89c5bcfc676e737d6aac67cc91b927794761ad65e02d')
+sha256sums_x86_64=('53f29582f14af7bad60aae173c1818c43b3535c7a652e675af0cf4b7ff5ef269')
package() {