Skip to content

Commit

Permalink
gw: update to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal authored Dec 22, 2023
1 parent 5ff9ed5 commit 5d54253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-gw/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=gw
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.9.0
pkgver=0.9.1
pkgrel=1
pkgdesc="A genome browser for bam/cram and vcf files (mingw-w64)"
arch=(any)
Expand All @@ -23,7 +23,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-htslib"
"${MINGW_PACKAGE_PREFIX}-dlfcn"
"${MINGW_PACKAGE_PREFIX}-libpng" )
source=(https://github.com/kcleal/${_realname}/archive/refs/tags/v${pkgver}.tar.gz)
sha256sums=('2eaf3c659b27840541839ac221660f5d548f1afd4e031047c01fcf9836ed2cdc')
sha256sums=('10a65107717811179a124e8bac5b2f202bdbde6679a9e6eb67ef97c990b7cf9d')

prepare() {
cd ${_realname}-${pkgver}
Expand Down

0 comments on commit 5d54253

Please sign in to comment.