Skip to content

Commit

Permalink
upd(prettier): 3.1.1 -> 3.2.4 (#5483)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigress8 authored Jan 21, 2024
1 parent 87ce7da commit 298494b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/prettier/prettier.pacscript
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name="prettier"
pkgver="3.1.1"
pkgver="3.2.4"
pkgdesc="An opinionated code formatter"
homepage='https://prettier.io'
depends=("nodejs")
url="https://registry.npmjs.org/prettier/-/prettier-${pkgver}.tgz"
hash="fb6213d29bcc213b8a996c612be41d5891f18545edb73589ea6d6fce2055d4b6"
hash="753dffcd98f5b1e384bde219f710edb554e43d05ccfb8fe14ed3938d99adac4b"
repology=("project: ${name}")
maintainer="vigress8 <[email protected]>"
mod_dir="usr/lib/node_modules/${name}"
Expand All @@ -23,3 +23,5 @@ post_install() {
post_remove() {
sudo rm -rf "/usr/"{bin,share/licenses}"/${name}"
}

# vim:set ft=sh ts=2 sw=2 :et

0 comments on commit 298494b

Please sign in to comment.