summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Micieli2023-11-28 14:17:39 +0100
committerWilly Micieli2023-11-28 14:17:39 +0100
commit0c034ac5eb536ff06d16c9e9ed24bdd13a10bbee (patch)
tree06d9e1f8c09a067c72dfc09b0b782284ec0b49bf
parent0132346270321e6bdd28e5ec15ca0ffefa9efb1d (diff)
downloadaur-0c034ac5eb536ff06d16c9e9ed24bdd13a10bbee.tar.gz
upgrade new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a151d748b77b..d329315bd206 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = continuous-testing
pkgdesc = An rust program to test in continuous application
- pkgver = 0.3.8
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/taishingi/continuous-testing
arch = any
@@ -14,7 +14,7 @@ pkgbase = continuous-testing
depends = unzip
optdepends = go: Go support
provides = again
- source = 0.3.8.tar.gz::https://github.com/taishingi/continuous-testing/archive/refs/tags/0.3.8.tar.gz
- sha256sums = 9fed9b0236ac0f5d25c8f179776ea7f9508d89b7b745bc083267fafbc084c813
+ source = 0.4.0.tar.gz::https://github.com/taishingi/continuous-testing/archive/refs/tags/0.4.0.tar.gz
+ sha256sums = 7858c621c1cba5e90533894b8ce296789a5c3a6e4f7ca0a47e2a5bc347a69e54
pkgname = continuous-testing
diff --git a/PKGBUILD b/PKGBUILD
index 34f7b813f525..03e655f8bbe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Willy Micieli <micieli@vivaldi.net>
pkgname=continuous-testing
-pkgver=0.3.8
+pkgver=0.4.0
pkgrel=1
pkgdesc="An rust program to test in continuous application"
provides=("again")
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('packer' 'vim' 'docker' 'rust' 'git' 'wget' 'unzip')
optdepends=('go: Go support')
source=("${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('9fed9b0236ac0f5d25c8f179776ea7f9508d89b7b745bc083267fafbc084c813')
+sha256sums=('7858c621c1cba5e90533894b8ce296789a5c3a6e4f7ca0a47e2a5bc347a69e54')
package() {
cd "${pkgname}-${pkgver}"