summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralecksandr2023-06-02 20:59:03 -0600
committeralecksandr2023-06-02 20:59:03 -0600
commitd97c5648fb82664aa198283807e1c8b02794e3f9 (patch)
tree02f31cca4823d18c0db2dee803d9d9c2a05cb162 /PKGBUILD
parente5febb87996dbe95ab117f7d83d2b0c439bfcd25 (diff)
downloadaur-d97c5648fb82664aa198283807e1c8b02794e3f9.tar.gz
commitmsg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9f5a10d3ed2..4768fc3a6d36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ pkgdesc="unittest c is a fast and simple macro-based unit testing framework for
It's inspired by the Python unittest module and designed to reduce boilerplate code.
With macros and a built-in test runner, it's ideal for large test suites."
arch=('x86_64')
-url="https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.0.tar.gz"
+url="https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.1.tar.gz"
license=('MIT License')
depends=()
makedepends=(gcc git make binutils coreutils trycatch-c)