diff options
author | not_anonymous | 2021-12-01 16:11:06 -0700 |
---|---|---|
committer | not_anonymous | 2021-12-01 16:11:06 -0700 |
commit | 87d54a4590fa103b860b4dcda5e5c1e484f8a3fa (patch) | |
tree | adf5468e4c90b3c39cd7902c7d5e7ca75836f55a | |
parent | 8c7f96bec021af07a3c2e422f2ec52360e6d3e5f (diff) | |
download | aur-87d54a4590fa103b860b4dcda5e5c1e484f8a3fa.tar.gz |
Updated
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 8 deletions
@@ -1,13 +1,12 @@ pkgbase = masterscp pkgdesc = Super Check Partial Database Files for Ham Radio Contesting - pkgver = 20170402 + pkgver = 20211104 pkgrel = 1 url = http://www.supercheckpartial.com/ arch = any license = GPL - source = http://www.supercheckpartial.com//SCP_VER20170402.zip - md5sums = 8e769729e19bc9db913a09689dec7441 - sha256sums = e419ea86fc271e3ea99748b1b1a264ee44b2351ad406bfc763d38a1466d0d456 + source = http://www.supercheckpartial.com//SCP_VER20211104.zip + md5sums = 4f1082ed215191ee9b248601effaea5d + sha256sums = 3cf4b1eeed1abe69cebaabd2a1cecfade60ca08822020b9939425a26436ead88 pkgname = masterscp - @@ -2,7 +2,7 @@ # Original Submission: Bob Finch <w9ya@qrparci.net> pkgname=masterscp -pkgver=20170402 +pkgver=20211104 pkgrel=1 pkgdesc="Super Check Partial Database Files for Ham Radio Contesting" arch=('any') @@ -18,5 +18,5 @@ package() { cp -R *.{DTA,SCP} $pkgdir/usr/share/masterscp } -md5sums=('8e769729e19bc9db913a09689dec7441') -sha256sums=('e419ea86fc271e3ea99748b1b1a264ee44b2351ad406bfc763d38a1466d0d456') +md5sums=('4f1082ed215191ee9b248601effaea5d') +sha256sums=('3cf4b1eeed1abe69cebaabd2a1cecfade60ca08822020b9939425a26436ead88') |