Skip to content

Commit

Permalink
Merge pull request #71 from kreatolinux/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
kreatoo authored Aug 16, 2023
2 parents bc374a4 + 67521e6 commit 7c21eb5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions flatpak/run
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh
NAME="flatpak"
RELEASE="1"
VERSION="1.14.4"
VERSION="1.15.4"
SOURCES="https://github.com/flatpak/flatpak/releases/download/$VERSION/flatpak-$VERSION.tar.xz"
DEPENDS="appstream json-glib ostree gdk-pixbuf python-pyparsing fuse libxml2 glib gpgme"
SHA256SUM="8a34dbd0b67c434e7598b98ec690953d046f0db26e480aeafb46d72aec716799 flatpak-1.14.4.tar.xz"
SHA256SUM="bef695d893d1e0239a68441d6b328edeb6d1e58a902c92f9278e94da914ab91f flatpak-1.15.4.tar.xz"
DESCRIPTION="Linux application sandboxing and distribution framework"

build() {
Expand Down
4 changes: 2 additions & 2 deletions gobject-introspection/run
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
NAME="gobject-introspection"
RELEASE="1"
VERSION="1.75.2"
VERSION="1.76.1"
SOURCES="https://gitlab.gnome.org/GNOME/gobject-introspection/-/archive/$VERSION/gobject-introspection-$VERSION.tar.gz"
BUILD_DEPENDS="meson ninja"
DEPENDS="python cairo glib"
SHA256SUM="8d71eb79564f2758ae09b935e277a911cf902c0bea25ef3766b93b755e17aac3 gobject-introspection-1.75.2.tar.gz"
SHA256SUM="e744cb85c63ecb0f2c88f84f87db66f393fdb201233198ae9d5e6d68afe5de5c gobject-introspection-1.76.1.tar.gz"
DESCRIPTION="gobject-introspection"

build() {
Expand Down
4 changes: 2 additions & 2 deletions json-c/run
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh
NAME="json-c"
RELEASE="1"
VERSION="0.16"
VERSION="0.17"
SOURCES="https://s3.amazonaws.com/json-c_releases/releases/json-c-$VERSION.tar.gz"
DEPENDS="cmake"
SHA256SUM="8e45ac8f96ec7791eaf3bb7ee50e9c2100bbbc87b8d0f1d030c5ba8a0288d96b json-c-0.16.tar.gz"
SHA256SUM="7550914d58fb63b2c3546f3ccfbe11f1c094147bd31a69dcd23714d7956159e6 json-c-0.17.tar.gz"
DESCRIPTION="Construct JSON objects in C"

build() {
Expand Down
4 changes: 2 additions & 2 deletions vim/run
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh
NAME="vim"
RELEASE="1"
VERSION="9.0.1700"
VERSION="9.0.1712"
SOURCES="https://github.com/vim/vim/archive/refs/tags/v$VERSION.tar.gz"
DEPENDS=""
SHA256SUM="90a167fac8f66ab327a9d7a6c478c18a39925ba9ed6aee870d4ea3d7f7c1629a v9.0.1700.tar.gz"
SHA256SUM="2aac874d0f99d3be2cc70cb2fa08efcfcde599cc3f3220b96c5bb72c2c1e6acf v9.0.1712.tar.gz"
DESCRIPTION="Vi Improved"

build() {
Expand Down

0 comments on commit 7c21eb5

Please sign in to comment.