summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislaw Grams2023-01-15 17:05:12 +0100
committerStanislaw Grams2023-01-15 17:05:12 +0100
commitd309f0532bf4a440b5c517ce69697edca24ff55c (patch)
tree843c000a746f8f5acf996c38707562292cedf846
parent408f6b843e4c1ee5cead25b6089a5b5bacb275e5 (diff)
downloadaur-d309f0532bf4a440b5c517ce69697edca24ff55c.tar.gz
update dl url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13e36b6377be..3ce80f34dc8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = antpatt
depends = gtk3
provides = antpatt
conflicts = antpatt
- source = https://github.com/kkonradpl/antpatt/archive/refs/tags/v1.0.1.tar.gz
+ source = https://github.com/kkonradpl/antpatt/archive/refs/tags/v1.1.tar.gz
sha256sums = 8743c496bf3d97f78bbdc31048bbf657113ba25c46c25cbdebf9acc0958348eb
pkgname = antpatt
diff --git a/PKGBUILD b/PKGBUILD
index 12789b1729e7..99a52b9f9fa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=('gtk3')
provides=('antpatt')
conflicts=('antpatt')
makedepends=('git' 'cmake' 'ninja' 'pkgconf' 'gtk3' 'json-c' 'zlib' 'gsl')
-source=("https://github.com/kkonradpl/antpatt/archive/refs/tags/v1.0.1.tar.gz")
+source=("https://github.com/kkonradpl/antpatt/archive/refs/tags/v1.1.tar.gz")
sha256sums=('8743c496bf3d97f78bbdc31048bbf657113ba25c46c25cbdebf9acc0958348eb')
build() {