diff options
Diffstat (limited to 'librewolf/abuild')
| -rw-r--r-- | librewolf/abuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/librewolf/abuild b/librewolf/abuild index a0059af8..83b78315 100644 --- a/librewolf/abuild +++ b/librewolf/abuild @@ -1,12 +1,11 @@ name=librewolf -version=143.0.4.1 +version=144.0.1 _ver=${version%.*} _sion=${version##*.} _version=${_ver}-${_sion} release=1 source="https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${_version}/librewolf-${_version}.source.tar.gz - libcxx18.patch - depflags.patch" + libcxx18.patch" build() { cat > mozconfig << EOF |