summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErin Heimer2024-02-09 17:34:17 -0600
committerErin Heimer2024-02-09 17:34:17 -0600
commitda15e8afb7bcab67763766231d077a694a6d4d9e (patch)
treecd7eb7e3e65272a769bd5b1fca12b80cdd5778b3
parent749f0fe5e85950434a5e04225129ece076a3b300 (diff)
downloadaur-da15e8afb7bcab67763766231d077a694a6d4d9e.tar.gz
Bump version 1.13.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cf2736d0c82..565fad0c6d37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = mailpit-bin
pkgdesc = Web and API based SMTP testing
- pkgver = 1.13.2
+ pkgver = 1.13.3
pkgrel = 1
url = https://github.com/axllent/mailpit
arch = x86_64
license = MIT
optdepends = systemd
conflicts = mailpit
- source = https://github.com/axllent/mailpit/releases/download/v1.13.2/mailpit-linux-amd64.tar.gz
+ source = https://github.com/axllent/mailpit/releases/download/v1.13.3/mailpit-linux-amd64.tar.gz
source = mailpit.service
- sha256sums = 84b5693d7d38c3a98427a40b39b00517769ea1eb91bada83e98a8e8449b3c75b
+ sha256sums = 67e68f0cff3cd6b55ed6b9fb630c264ba490c182f9d3f613c5953c5ff2edfd97
sha256sums = 602494cc3d28d58fa430ec3c53fd66e694db9faa87e98e45effe00a844affc4b
pkgname = mailpit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 44d829d2a2ec..62eca3e8840a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Erin Heimer <heimer16 at protonmail dot com>
pkgname='mailpit-bin'
-pkgver=1.13.2
+pkgver=1.13.3
pkgrel=1
pkgdesc="Web and API based SMTP testing"
arch=('x86_64')
@@ -15,7 +15,7 @@ source=(
)
sha256sums=(
- '84b5693d7d38c3a98427a40b39b00517769ea1eb91bada83e98a8e8449b3c75b'
+ '67e68f0cff3cd6b55ed6b9fb630c264ba490c182f9d3f613c5953c5ff2edfd97'
'602494cc3d28d58fa430ec3c53fd66e694db9faa87e98e45effe00a844affc4b'
)