summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralecksandr2023-06-02 20:59:03 -0600
committeralecksandr2023-06-02 20:59:03 -0600
commitd97c5648fb82664aa198283807e1c8b02794e3f9 (patch)
tree02f31cca4823d18c0db2dee803d9d9c2a05cb162
parente5febb87996dbe95ab117f7d83d2b0c439bfcd25 (diff)
downloadaur-d97c5648fb82664aa198283807e1c8b02794e3f9.tar.gz
commitmsg
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc871008da4..b5fea8b5ed06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = unittest-c
pkgdesc = unittest c is a fast and simple macro-based unit testing framework for C. 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.
pkgver = 1.1.1
pkgrel = 3
- 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
arch = x86_64
license = MIT License
makedepends = gcc
@@ -12,7 +12,7 @@ pkgbase = unittest-c
makedepends = coreutils
makedepends = trycatch-c
optdepends = valgrind
- source = unittest-c-1.1.1.tar.gz::https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.0.tar.gz
+ source = unittest-c-1.1.1.tar.gz::https://github.com/alecksandr26/unittest-c/archive/refs/tags/v1.1.1.tar.gz
md5sums = SKIP
pkgname = unittest-c
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)