Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / rustypaste
Commits: 4dda5d8d by Orhun Parmaksız at 2024-12-11T15:13:01+03:00 upgpkg: 0.16.0-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.15.1 + pkgver = 0.16.0 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.15.1.tar.gz::https://github.com/orhun/rustypaste/archive/refs/tags/v0.15.1.tar.gz - b2sums = c8c31a0d03b5ff05e34a03c7af8cca3ca67b331398eccd056adf564ae314c5847034c4d38aa806b94a74ee2fc65201504d7e552a8f831787487b2d8954e904f7 + source = rustypaste-0.16.0.tar.gz::https://github.com/orhun/rustypaste/archive/refs/tags/v0.16.0.tar.gz + b2sums = 0fb089325e74695c7986970bd43f8d7482d855e9f8e7663bd27b805a624e7f978bb50668c90578d3faa855d6f71a8cdfe950a2b838aab4f12b61df3ed0034b74 pkgname = rustypaste ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Orhun Parmaksız <or...@archlinux.org> pkgname=rustypaste -pkgver=0.15.1 +pkgver=0.16.0 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=('c8c31a0d03b5ff05e34a03c7af8cca3ca67b331398eccd056adf564ae314c5847034c4d38aa806b94a74ee2fc65201504d7e552a8f831787487b2d8954e904f7') +b2sums=('0fb089325e74695c7986970bd43f8d7482d855e9f8e7663bd27b805a624e7f978bb50668c90578d3faa855d6f71a8cdfe950a2b838aab4f12b61df3ed0034b74') prepare() { cd ${pkgname}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste/-/commit/4dda5d8d09d37515c8d1ec3696dbabc55a6dc217 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste/-/commit/4dda5d8d09d37515c8d1ec3696dbabc55a6dc217 You're receiving this email because of your account on gitlab.archlinux.org.