mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fix SHA256 checksum
This commit is contained in:
parent
e90d1b936d
commit
fd469d03ce
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = redumper
|
||||
pkgdesc = Low level CD dumper utility
|
||||
pkgver = 438
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/superg/redumper
|
||||
arch = x86_64
|
||||
license = GPL-3.0-only
|
||||
|
|
@ -16,6 +16,6 @@ pkgbase = redumper
|
|||
depends = libc++
|
||||
depends = libc++abi
|
||||
source = redumper-438.tar.gz::https://github.com/superg/redumper/archive/refs/tags/build_438.tar.gz
|
||||
sha256sums = e35d78bc42e32b35058ccb023510bfeba11cfd426650392dba59ebd163148234
|
||||
sha256sums = fbbe780275175800eb42f7032c988fa9a99d726008c8222c6e6a900bf9ce6fdd
|
||||
|
||||
pkgname = redumper
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=redumper
|
||||
epoch=
|
||||
pkgver=438
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Low level CD dumper utility'
|
||||
arch=(x86_64)
|
||||
url='https://github.com/superg/redumper'
|
||||
|
|
@ -49,4 +49,4 @@ package() {
|
|||
install -o root -g root -m 644 -t $pkgdir/usr/share/licenses $pkgname-build_$pkgver/LICENSE
|
||||
}
|
||||
|
||||
sha256sums=('e35d78bc42e32b35058ccb023510bfeba11cfd426650392dba59ebd163148234')
|
||||
sha256sums=('fbbe780275175800eb42f7032c988fa9a99d726008c8222c6e6a900bf9ce6fdd')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue