diff options
author | Bilal Taşdelen | 2023-11-11 15:07:19 -0800 |
---|---|---|
committer | Bilal Taşdelen | 2023-11-11 15:07:19 -0800 |
commit | 9dbc4e86217f958433aeafcf99ab0bbf26212c3b (patch) | |
tree | 764741e72a5a596730ee8ed7c5ed125413cbeaaf | |
parent | 9cfd5a40847c7050ff431644e2cd51c2bc97efda (diff) | |
download | aur-9dbc4e86217f958433aeafcf99ab0bbf26212c3b.tar.gz |
Bump to 4.2.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = weasis-bin pkgdesc = Weasis is a free medical DICOM viewer used in healthcare by hospitals, health networks, multicenter research trials, and patients. - pkgver = 4.2.0 + pkgver = 4.2.1 pkgrel = 1 url = https://nroduit.github.io/ arch = any license = EPL-2.0 options = !strip options = !emptydirs - source = https://github.com/nroduit/Weasis/releases/download/v4.2.0/weasis_4.2.0-1_amd64.deb - sha512sums = 5bc63ac78fa0d85be8462fd4e24fbfe805237d53d25c188b2393e3d4dbadf2c6697f6017a02922ac649de347661f31028f23ca7f6b34b2f9bc2aac159cf1d0d0 + source = https://github.com/nroduit/Weasis/releases/download/v4.2.1/weasis_4.2.1-1_amd64.deb + sha512sums = 034eb4b0df309bd667b7d1e6bfa6f2e5292cb94b0edad818ac8b176c55d9835ded7dbed2e2167f1eea7daa8878662dfa09390d79b1b16d382e94fb875c8d1309 pkgname = weasis-bin @@ -2,7 +2,7 @@ # Contributor: jkdhn <aur@jkdhn.me> pkgname=weasis-bin -pkgver=4.2.0 +pkgver=4.2.1 pkgrel=1 pkgdesc="Weasis is a free medical DICOM viewer used in healthcare by hospitals, health networks, multicenter research trials, and patients." arch=('any') @@ -10,7 +10,7 @@ url="https://nroduit.github.io/" license=('EPL-2.0') options=('!strip' '!emptydirs') source=("https://github.com/nroduit/Weasis/releases/download/v${pkgver}/weasis_${pkgver}-1_amd64.deb") -sha512sums=('5bc63ac78fa0d85be8462fd4e24fbfe805237d53d25c188b2393e3d4dbadf2c6697f6017a02922ac649de347661f31028f23ca7f6b34b2f9bc2aac159cf1d0d0') +sha512sums=('034eb4b0df309bd667b7d1e6bfa6f2e5292cb94b0edad818ac8b176c55d9835ded7dbed2e2167f1eea7daa8878662dfa09390d79b1b16d382e94fb875c8d1309') package(){ tar --zstd -xC "${pkgdir}" -f data.tar.zst |