Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
rustypaste
Commits:
5cff0122 by Orhun Parmaksız at 2025-03-22T00:01:43+03:00
upgpkg: 0.16.1-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.16.0
+ pkgver = 0.16.1
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.16.0.tar.gz::https://github.com/orhun/rustypaste/archive/refs/tags/v0.16.0.tar.gz
- b2sums =
0fb089325e74695c7986970bd43f8d7482d855e9f8e7663bd27b805a624e7f978bb50668c90578d3faa855d6f71a8cdfe950a2b838aab4f12b61df3ed0034b74
+ source =
rustypaste-0.16.1.tar.gz::https://github.com/orhun/rustypaste/archive/refs/tags/v0.16.1.tar.gz
+ b2sums =
0dd848b9b679a6ee2caf2159be4fd27593bd25ecf218b01494fc451c27957d90c92f6058e94523f2315b12f5ec8cfeca61a8ad5ad618bfaec51330ed16a78b99
pkgname = rustypaste
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=rustypaste
-pkgver=0.16.0
+pkgver=0.16.1
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=('0fb089325e74695c7986970bd43f8d7482d855e9f8e7663bd27b805a624e7f978bb50668c90578d3faa855d6f71a8cdfe950a2b838aab4f12b61df3ed0034b74')
+b2sums=('0dd848b9b679a6ee2caf2159be4fd27593bd25ecf218b01494fc451c27957d90c92f6058e94523f2315b12f5ec8cfeca61a8ad5ad618bfaec51330ed16a78b99')
prepare() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste/-/commit/5cff0122487b3aed3f297dee3cd9cadb17daef83
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste/-/commit/5cff0122487b3aed3f297dee3cd9cadb17daef83
You're receiving this email because of your account on gitlab.archlinux.org.