Skip to content

Commit

Permalink
check: Upgrade to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed May 17, 2018
1 parent 1b967c1 commit a976ccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions check/Buildfile
@@ -1,11 +1,11 @@
# Description: A unit testing framework for C
# URL: http://check.sourceforge.net
# URL: https://libcheck.github.io/check
# License: LGPLv2

name=check
version=0.11.0
version=0.12.0
release=1
source=https://github.com/libcheck/check/releases/download/0.11.0/$name-$version.tar.gz
source=https://github.com/libcheck/check/releases/download/$version/$name-$version.tar.gz

build() {
cd $name-$version
Expand Down

0 comments on commit a976ccf

Please sign in to comment.