Skip to content

Commit

Permalink
check: Update to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Jan 30, 2018
1 parent 7c82096 commit 00df3a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mingw-w64-check/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
_realname=check
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.10.0
pkgver=0.12.0
pkgrel=1
pkgdesc="A unit testing framework for C (mingw-w64)"
arch=('any')
url="https://check.sourceforge.io/"
url="https://libcheck.github.io/check/"
license=("LGPL")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
options=('strip' 'staticlibs')
source=(https://downloads.sourceforge.net/sourceforge/${_realname}/${_realname}-${pkgver}.tar.gz)
sha256sums=('f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052')
source=(https://github.com/libcheck/check/releases/download/${pkgver}/${_realname}-${pkgver}.tar.gz)
sha256sums=('464201098bee00e90f5c4bdfa94a5d3ead8d641f9025b560a27755a83b824234')

build() {
[[ -d "${srcdir}/build-${MINGW_CHOST}" ]] && rm -rf "${srcdir}/build-${MINGW_CHOST}"
Expand Down

0 comments on commit 00df3a9

Please sign in to comment.