diff options
author | fang64 | 2024-04-24 04:31:36 -0400 |
---|---|---|
committer | fang64 | 2024-04-24 04:31:36 -0400 |
commit | d5b7c1e385b4680536883b72cb24e6f492e70396 (patch) | |
tree | 711aa12800018c6f5495f662a6be0bc0cb9505b0 | |
parent | 4572e86f72494c8e5d8ccd18e8f26975e2b142be (diff) | |
download | aur-d5b7c1e385b4680536883b72cb24e6f492e70396.tar.gz |
v3.10-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = hamclock-huge pkgdesc = Clock and world map with extra features for amateur radio (3200x1920 version) - pkgver = 3.09 + pkgver = 3.10 pkgrel = 1 url = https://clearskyinstitute.com/ham/HamClock arch = x86_64 @@ -13,7 +13,7 @@ pkgbase = hamclock-huge depends = libxcb provides = hamclock conflicts = hamclock - source = https://github.com/kj7rrv/hamclock/archive/refs/tags/v3.09.tar.gz - sha256sums = 46b4759f75de0abd7dd88f828d7f7548a89dfc0215d5ca9e7bb201bfe0707abd + source = https://github.com/kj7rrv/hamclock/archive/refs/tags/v3.10.tar.gz + sha256sums = 49ee666ac5c2fd9c647119bf36a5d627f7fc8b1db22b0ad7140e9e60a30554c5 pkgname = hamclock-huge @@ -2,7 +2,7 @@ # Maintainer: Roy Williams <fang64@gmail.com> pkgname=hamclock-huge -pkgver=3.09 +pkgver=3.10 pkgrel=1 epoch= pkgdesc="Clock and world map with extra features for amateur radio (3200x1920 version)" @@ -23,7 +23,7 @@ install= changelog= source=("https://github.com/kj7rrv/hamclock/archive/refs/tags/v$pkgver.tar.gz") noextract=() -sha256sums=('46b4759f75de0abd7dd88f828d7f7548a89dfc0215d5ca9e7bb201bfe0707abd') +sha256sums=('49ee666ac5c2fd9c647119bf36a5d627f7fc8b1db22b0ad7140e9e60a30554c5') validpgpkeys=() prepare() { |