Bump version to r223

This commit is contained in:
github-actions[bot] 2025-03-16 10:00:02 +00:00
parent 795e1da920
commit 0604c637c4
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 = r218
pkgver = r223
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.r218_amd64.deb
sha256sums_x86_64 = e9b7a6c10c5a0b4b1f6a046b22f59ae90c95842be5a177a6938735c8c761458c
source_x86_64 = https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r223_amd64.deb
sha256sums_x86_64 = f0be294e80d89e79c158a91f9a196a852fb709c5724f206eb5c4029e975fabb9
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=r218
pkgver=r223
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.r218_amd64.deb")
sha256sums_x86_64=('e9b7a6c10c5a0b4b1f6a046b22f59ae90c95842be5a177a6938735c8c761458c')
source_x86_64=("https://github.com/LiRenTech/project-graph/releases/download/nightly/Project.Graph_0.0.0-nightly.r223_amd64.deb")
sha256sums_x86_64=('f0be294e80d89e79c158a91f9a196a852fb709c5724f206eb5c4029e975fabb9')
package() {
# Extract package data
tar -xz -f data.tar.gz -C "${pkgdir}"