Skip to content

Commit

Permalink
upd(pacup): 3.3.7 -> 3.3.8 (#6868)
Browse files Browse the repository at this point in the history
Co-authored-by: ook37 <[email protected]>
  • Loading branch information
oklopfer and ook37 authored Jan 12, 2025
1 parent b1e60e9 commit 3ef35c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/pacup/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgbase = pacup
pkgver = 3.3.7
pkgver = 3.3.8
pkgdesc = Help maintainers update pacscripts (next-gen Perl rewrite)
arch = all
depends = libdata-compare-perl
Expand All @@ -15,7 +15,7 @@ pkgbase = pacup
replaces = pacup-bin
replaces = pacup-git
maintainer = Oren Klopfer <[email protected]>
source = https://github.com/pacstall/pacup/archive/refs/tags/3.3.7.tar.gz
sha256sums = 21ad7741f99bc468ccc5329df31076fd4150083ec7d05629ded079f7e9f71179
source = https://github.com/pacstall/pacup/archive/refs/tags/3.3.8.tar.gz
sha256sums = 1cec3656b9a3e94f770feef0561ed9b20dfe33f0ec8a449d711a0fc74118173a

pkgname = pacup
4 changes: 2 additions & 2 deletions packages/pacup/pacup.pacscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname="pacup"
arch=("all")
pkgver="3.3.7"
pkgver="3.3.8"
pkgdesc="Help maintainers update pacscripts (next-gen Perl rewrite)"
depends=(
'libdata-compare-perl'
Expand All @@ -19,7 +19,7 @@ replaces=(
"${pkgname}-git"
)
source=("https://github.com/pacstall/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('21ad7741f99bc468ccc5329df31076fd4150083ec7d05629ded079f7e9f71179')
sha256sums=('1cec3656b9a3e94f770feef0561ed9b20dfe33f0ec8a449d711a0fc74118173a')
maintainer=('Oren Klopfer <[email protected]>')

build() {
Expand Down
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -8597,7 +8597,7 @@ pkgbase = pacup-git
pkgname = pacup-git
---
pkgbase = pacup
pkgver = 3.3.7
pkgver = 3.3.8
pkgdesc = Help maintainers update pacscripts (next-gen Perl rewrite)
arch = all
depends = libdata-compare-perl
Expand All @@ -8613,8 +8613,8 @@ pkgbase = pacup
replaces = pacup-bin
replaces = pacup-git
maintainer = Oren Klopfer <[email protected]>
source = https://github.com/pacstall/pacup/archive/refs/tags/3.3.7.tar.gz
sha256sums = 21ad7741f99bc468ccc5329df31076fd4150083ec7d05629ded079f7e9f71179
source = https://github.com/pacstall/pacup/archive/refs/tags/3.3.8.tar.gz
sha256sums = 1cec3656b9a3e94f770feef0561ed9b20dfe33f0ec8a449d711a0fc74118173a

pkgname = pacup
---
Expand Down

0 comments on commit 3ef35c4

Please sign in to comment.