summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Micieli2023-11-26 14:19:53 +0100
committerWilly Micieli2023-11-26 14:19:53 +0100
commit490513d25ae37c294458c314052ce4551088b8d3 (patch)
tree629e167acbd667a68baf3b84054d6e993dc5c6f8
parentb73cb8ece1e2a1e547a16eaa20f84fc49f3ba05f (diff)
downloadaur-490513d25ae37c294458c314052ce4551088b8d3.tar.gz
upgrade version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cc71d160e75..1b98f2b81e75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = continuous-testing
pkgdesc = An rust program to test in continuous application
- pkgver = 0.3.4
+ pkgver = 0.3.5
pkgrel = 1
url = https://github.com/taishingi/continuous-testing
arch = any
@@ -13,7 +13,7 @@ pkgbase = continuous-testing
depends = unzip
optdepends = go: Go support
provides = again
- source = 0.3.4.tar.gz::https://github.com/taishingi/continuous-testing/archive/refs/tags/0.3.4.tar.gz
- sha256sums = 9ce88d8980dacfb7cad4c272cdcbc5269f6f23cd3e5344c95390128812cadd63
+ source = 0.3.5.tar.gz::https://github.com/taishingi/continuous-testing/archive/refs/tags/0.3.5.tar.gz
+ sha256sums = 83275a04f592b4ca8b71b4dbf381643d9d1cadeec4ca34c384743731117462d0
pkgname = continuous-testing
diff --git a/PKGBUILD b/PKGBUILD
index 1fc049bba186..ef58a223d6e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Willy Micieli <micieli@vivaldi.net>
pkgname=continuous-testing
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
pkgdesc="An rust program to test in continuous application"
provides=("again")
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('packer' 'docker' 'rust' 'git' 'wget' 'unzip')
optdepends=('go: Go support')
source=("${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('9ce88d8980dacfb7cad4c272cdcbc5269f6f23cd3e5344c95390128812cadd63')
+sha256sums=('83275a04f592b4ca8b71b4dbf381643d9d1cadeec4ca34c384743731117462d0')
package() {
cd "${pkgname}-${pkgver}"