Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
rustypaste
Commits:
4daad7c8 by Orhun Parmaksız at 2023-12-12T21:44:58+03:00
upgpkg: 0.14.3-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rustypaste
pkgdesc = A minimal file upload/pastebin service
- pkgver = 0.14.2
+ pkgver = 0.14.3
pkgrel = 1
url = https://github.com/orhun/rustypaste
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = rustypaste
depends = gcc-libs
depends = openssl
backup = etc/rustypaste/config.toml
- source =
rustypaste-0.14.2.tar.gz::https://github.com/orhun/rustypaste/archive/refs/tags/v0.14.2.tar.gz
- b2sums =
58e97db8e6bdea08008605f1212a988a25752dde23feb5702e3e8ff5f2446f05c54d11e0a48abf9e146d127a4649307021bed23088f81de9b4a5e2a5cad54be4
+ source =
rustypaste-0.14.3.tar.gz::https://github.com/orhun/rustypaste/archive/refs/tags/v0.14.3.tar.gz
+ b2sums =
e2cdd53ba44dae17d005e06a16b5f6dbeb1d4a260785a881eb9d003b7f2a8b794eccb5476c873b0d5d5f5dfffe28f9e5bcf69cce1929df6881b2e847f0f8e98f
pkgname = rustypaste
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=rustypaste
-pkgver=0.14.2
+pkgver=0.14.3
pkgrel=1
pkgdesc='A minimal file upload/pastebin service'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs' 'openssl')
makedepends=('cargo')
backup=('etc/rustypaste/config.toml')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/orhun/rustypaste/archive/refs/tags/v${pkgver}.tar.gz)
-b2sums=('58e97db8e6bdea08008605f1212a988a25752dde23feb5702e3e8ff5f2446f05c54d11e0a48abf9e146d127a4649307021bed23088f81de9b4a5e2a5cad54be4')
+b2sums=('e2cdd53ba44dae17d005e06a16b5f6dbeb1d4a260785a881eb9d003b7f2a8b794eccb5476c873b0d5d5f5dfffe28f9e5bcf69cce1929df6881b2e847f0f8e98f')
prepare() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste/-/commit/4daad7c85bbabd2eda41d668f2ab44ec10feec2a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste/-/commit/4daad7c85bbabd2eda41d668f2ab44ec10feec2a
You're receiving this email because of your account on gitlab.archlinux.org.