Bump version to r182

This commit is contained in:
github-actions[bot] 2025-02-13 11:24:47 +00:00
parent 87fd508e6d
commit ac8574a6da
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = project-graph-nightly-bin
pkgdesc = A simple tool to create topology diagrams.
pkgver = r181
pkgver = r182
pkgrel = 1
url = https://github.com/LiRenTech/project-graph
install = project-graph-nightly-bin.install
@ -20,7 +20,7 @@ pkgbase = project-graph-nightly-bin
conflicts = project-graph-git
options = !strip
options = !emptydirs
source_x86_64 = https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r181_amd64.deb
sha256sums_x86_64 = e573d38e29a9e1a7d9a1f6fe7ea93e578cac14fae1d895596c5b58e1fb9c1f98
source_x86_64 = https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r182_amd64.deb
sha256sums_x86_64 = d8175cb12e1498a937548c9a47e9b4963799ebe1eec98342a49467a9f827f77d
pkgname = project-graph-nightly-bin

View file

@ -1,7 +1,7 @@
# Maintainer: zty012 <me@zty012.de>
# Maintainer: Littlefean <2385190373@qq.com>
pkgname=project-graph-nightly-bin
pkgver=r181
pkgver=r182
pkgrel=1
pkgdesc="A simple tool to create topology diagrams."
arch=('x86_64')
@ -12,8 +12,8 @@ options=('!strip' '!emptydirs')
provides=('project-graph')
conflicts=('project-graph-bin' 'project-graph-git')
install=${pkgname}.install
source_x86_64=("https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r181_amd64.deb")
sha256sums_x86_64=('e573d38e29a9e1a7d9a1f6fe7ea93e578cac14fae1d895596c5b58e1fb9c1f98')
source_x86_64=("https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r182_amd64.deb")
sha256sums_x86_64=('d8175cb12e1498a937548c9a47e9b4963799ebe1eec98342a49467a9f827f77d')
package() {
# Extract package data
tar -xz -f data.tar.gz -C "${pkgdir}"